Initial late commit
This commit is contained in:
16
application/src/sandbox.cpp
Normal file
16
application/src/sandbox.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#include <sandbox.hpp>
|
||||
|
||||
Sandbox::Sandbox()
|
||||
{
|
||||
PushLayer(new SandboxLayer());
|
||||
}
|
||||
|
||||
Sandbox::~Sandbox()
|
||||
{
|
||||
}
|
||||
|
||||
OpenEngine::Application* OpenEngine::CreateApplication()
|
||||
{
|
||||
OE_INFO("Sandbox Starting...");
|
||||
return new Sandbox();
|
||||
}
|
||||
Reference in New Issue
Block a user