ld33_umonster

view src/room.h @ 4:7b1fa527b51b

added torus mesh gen
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 23 Aug 2015 04:31:29 +0300
parents
children 3b4460b34d43
line source
1 #ifndef ROOM_H_
2 #define ROOM_H_
4 bool init_room();
5 void cleanup_room();
6 void draw_room();
8 #endif // ROOM_H_