source:
soft/giet_vm/applications/raycast/disp.h
@
792
Last change on this file since 792 was 708, checked in by , 9 years ago | |
---|---|
File size: 175 bytes |
Line | |
---|---|
1 | #ifndef __DISP_H |
2 | #define __DISP_H |
3 | |
4 | #include "game.h" |
5 | |
6 | unsigned char* dispLoadTexture( char* path ); |
7 | unsigned int dispRenderSlice( unsigned int* slice ); |
8 | |
9 | #endif // __DISP_H |
Note: See TracBrowser
for help on using the repository browser.