Last change
on this file since 675 was
673,
checked in by guerin, 9 years ago
|
raycast: initial port
Raycast is a small game that looks like Wolfenstein 3D. I created
it for my SESI project, on a Cortex M4 devboard.
Imported from
github.com/libcg/tiva-c/tree/master/boards/dk-tm4c129x/upmc_raycast
|
File size:
120 bytes
|
Rev | Line | |
---|
[673] | 1 | #ifndef __DISP_H |
---|
| 2 | #define __DISP_H |
---|
| 3 | |
---|
| 4 | #include "game.h" |
---|
| 5 | |
---|
| 6 | void dispInit(); |
---|
| 7 | void dispRender(Game *game); |
---|
| 8 | |
---|
| 9 | #endif // __DISP_H |
---|
Note: See
TracBrowser
for help on using the repository browser.