mirror of
https://github.com/gwm17/Specter.git
synced 2024-11-22 18:28:52 -05:00
Update NavProject to reflect changes
This commit is contained in:
parent
f047b8450c
commit
021358a620
|
@ -1,7 +1,6 @@
|
|||
#include "Navigator.h"
|
||||
|
||||
Navigator::Application* Navigator::CreateApplication() { return new Application(); }
|
||||
Navigator::PhysicsEventBuilder* Navigator::CreatePhysicsEventBuilder() { return new PhysicsEventBuilder(); }
|
||||
|
||||
int main(int argc, const char** argv)
|
||||
{
|
||||
|
@ -9,12 +8,8 @@ int main(int argc, const char** argv)
|
|||
NAV_TRACE("Logger Initialized!");
|
||||
|
||||
auto app = Navigator::CreateApplication();
|
||||
auto evb = Navigator::CreatePhysicsEventBuilder();
|
||||
Navigator::Application::LinkHistogramMap();
|
||||
Navigator::Application::LinkParameterList();
|
||||
|
||||
app->Run();
|
||||
|
||||
delete app;
|
||||
delete evb;
|
||||
}
|
Loading…
Reference in New Issue
Block a user