Added malfunctioning ship.

Currently it doesn't seem to be detecting the key preses.
This commit is contained in:
2018-03-25 17:47:31 +02:00
parent 80113d51ff
commit 88f3a5f1a5
8 changed files with 54 additions and 118 deletions

View File

@@ -33,6 +33,9 @@ enum {
/**
* @brief Initialize the event handler.
*
* @param display A pointer to the display (used to get
* event source).
*
* @return 0 upon failure, 1 upon success.
*/
int evnt_mngr_init(ALLEGRO_DISPLAY *display);