source: opengl-game/space-game.cpp@ eba8c0c

feature/imgui-sdl points-test
Last change on this file since eba8c0c was e8ebc76, checked in by Dmitry Portnoy <dmitry.portnoy@…>, 5 years ago

Create main.cpp to hold the initial startup code and (eventually) the CrashLogger wrapper and create a SpaceGame class to hold the rendering and game logic

  • Property mode set to 100644
File size: 52 bytes
Line 
1#include "space-game.hpp"
2
3void SpaceGame::run() {
4}
Note: See TracBrowser for help on using the repository browser.