libsuperderpy/src/map.h

12 lines
265 B
C
Raw Normal View History

2012-02-28 13:09:12 +01:00
/*! \file map.h
* \brief Map view headers.
*/
#include "main.h"
void Map_Draw(struct Game *game);
void Map_Preload(struct Game *game);
void Map_Unload(struct Game *game);
void Map_Load(struct Game *game);
2012-02-26 00:47:41 +01:00
int Map_Keydown(struct Game *game, ALLEGRO_EVENT *ev);