ld33_umonster

view src/room.h @ 5:1e8d90aeae34

added Mesh::texcoord_gen_cylinder()
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 23 Aug 2015 04:45:24 +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_