1
0
mirror of https://github.com/meekrosoft/fff synced 2026-01-23 00:15:59 +01:00
Files
fff/examples/weak_linking/test/display.fake.h
2019-01-22 16:23:21 +02:00

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