engine moment

This commit is contained in:
Ben
2021-08-06 22:09:56 +01:00
parent 859b64c4f8
commit a15b77ad15
6 changed files with 78 additions and 10 deletions

View File

@@ -1,5 +1,9 @@
// simple raycast shooter
int main()
#include <Aeon/Aeon.hpp>
int main( int argc, char** argv )
{
Aeon::Core::Engine engine;
auto& display = engine.getDisplay();
}