This commit is contained in:
Philippe Teuwen 2019-04-06 01:00:54 +02:00
commit 26eb54b965
19 changed files with 160 additions and 160 deletions

View file

@ -14,6 +14,6 @@
#include <stdbool.h> // for bool
#include <inttypes.h> // PRIu64
extern void RunMod();
void RunMod();
#endif /* __STANDALONE_H */