22 #ifndef WATCHMAKER_T2D_H 23 #define WATCHMAKER_T2D_H 25 #include "watchmaker/game.h" 26 #include "watchmaker/globvar.h" 27 #include "watchmaker/renderer.h" 31 void doT2D(WGame &game);
32 void doT2DMouse(WGame &game);
33 void doT2DKeyboard(WGame &game);
34 void PaintT2D(Renderer &renderer);
38 #endif // WATCHMAKER_T2D_H Definition: 2d_stuff.h:30