mirror of
https://github.com/meekrosoft/fff
synced 2026-01-23 00:15:59 +01:00
11 lines
174 B
C
11 lines
174 B
C
|
|
#ifndef GLOBAL_FAKES_H_
|
|
#define GLOBAL_FAKES_H_
|
|
|
|
#include "../fff3.h"
|
|
|
|
void global_void_func(void);
|
|
DECLARE_FAKE_VOID_FUNC0(global_void_func);
|
|
|
|
#endif /* GLOBAL_FAKES_H_ */
|