ld33_umonster

view src/room.h @ 3:93ff21458a16

fixed stuff
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 23 Aug 2015 02:51:39 +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_