#include "game.h" #include "entity.h" #ifndef STICKY_NICKEL_H #define STICKY_NICKEL_H #define STICKY_NICKEL_WIDTH 32.0 #define STICKY_NICKEL_HEIGHT 32.0 void initStickyNickel(Entity* entity); void updateStickyNickel(Entity* entity, Game* game); #endif