engine moment
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user