source:
soft/giet_vm/applications/raycast/ctrl.h
@
697
Last change on this file since 697 was 673, checked in by , 9 years ago | |
---|---|
File size: 102 bytes |
Rev | Line | |
---|---|---|
[673] | 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.