forked from 3rd-party/fff
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_ */
|