Changeset 683 for soft/giet_vm/applications/raycast/game.c
- Timestamp:
- Aug 3, 2015, 7:07:02 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/applications/raycast/game.c
r673 r683 81 81 static void gameOnBlockHit(int type) 82 82 { 83 83 g_exit = true; 84 84 } 85 85 … … 197 197 } 198 198 } 199 200 Game *gameInstance() 201 { 202 return &game; 203 }
Note: See TracChangeset
for help on using the changeset viewer.