mirror of
https://github.com/meekrosoft/fff
synced 2026-01-23 00:15:59 +01:00
5 lines
127 B
C
5 lines
127 B
C
|
|
#include "display.fake.h"
|
|
DEFINE_FAKE_VALUE_FUNC( bool, display_init );
|
|
DEFINE_FAKE_VOID_FUNC( display_update, const char* );
|