ld33_umonster

annotate 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
rev   line source
nuclear@2 1 #ifndef ROOM_H_
nuclear@2 2 #define ROOM_H_
nuclear@2 3
nuclear@2 4 bool init_room();
nuclear@2 5 void cleanup_room();
nuclear@2 6 void draw_room();
nuclear@2 7
nuclear@2 8 #endif // ROOM_H_