mirror of
https://github.com/meekrosoft/fff
synced 2026-01-23 00:15:59 +01:00
12 lines
230 B
C
12 lines
230 B
C
|
|
#ifndef _AUTOMOCK_DISPLAY_H
|
|
#define _AUTOMOCK_DISPLAY_H
|
|
|
|
#include "fff.h"
|
|
#include "display.h"
|
|
|
|
DECLARE_FAKE_VALUE_FUNC( bool, display_init );
|
|
DECLARE_FAKE_VOID_FUNC( display_update, const char* );
|
|
|
|
#endif // _AUTOMOCK_DISPLAY_H
|