#ifndef NPC_H #define NPC_H #include #include "game.h" #include "memory.h" /* Draws the player player. This function should be called after drawing the * map! */ void npc_draw(Game *game); #endif