diff options
Diffstat (limited to 'src/parsec/include/g_gameloop.h')
| -rw-r--r-- | src/parsec/include/g_gameloop.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/parsec/include/g_gameloop.h b/src/parsec/include/g_gameloop.h new file mode 100644 index 0000000..834b02b --- /dev/null +++ b/src/parsec/include/g_gameloop.h @@ -0,0 +1,16 @@ +/* + * PARSEC HEADER: g_main.h + */ + +#ifndef _G_MAIN_H_ +#define _G_MAIN_H_ + + +// external functions + +void GameLoop(); + + +#endif // _G_MAIN_H_ + + |
