ld33_umonster

diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/room.h	Sat Aug 22 23:55:21 2015 +0300
     1.3 @@ -0,0 +1,8 @@
     1.4 +#ifndef ROOM_H_
     1.5 +#define ROOM_H_
     1.6 +
     1.7 +bool init_room();
     1.8 +void cleanup_room();
     1.9 +void draw_room();
    1.10 +
    1.11 +#endif	// ROOM_H_