// simple raycast shooter #include int main( int argc, char** argv ) { Aeon::Core::Engine engine; auto& display = engine.getDisplay(); }