ld33_umonster

view src/room.h @ 2:35349df5392d

wtf?
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 22 Aug 2015 23:55:21 +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_