source:
soft/giet_vm/applications/raycast/ctrl.h
@
692
Last change on this file since 692 was 673, checked in by , 9 years ago | |
---|---|
File size: 102 bytes |
Line | |
---|---|
1 | #ifndef __CTRL_H |
2 | #define __CTRL_H |
3 | |
4 | #include "game.h" |
5 | |
6 | void ctrlLogic(Game *game); |
7 | |
8 | #endif // __CTRL_H |
Note: See TracBrowser
for help on using the repository browser.