#ifndef __DISP_H #define __DISP_H #include "game.h" void dispInit(); void dispRender(Game *game); #endif // __DISP_H