housekeeping
This commit is contained in:
@@ -3,11 +3,8 @@
|
|||||||
|
|
||||||
#include "Controller.h"
|
#include "Controller.h"
|
||||||
|
|
||||||
using namespace yaze::Application::Core;
|
int main(int argc, char** argv) {
|
||||||
|
yaze::Application::Core::Controller controller;
|
||||||
int main(int argc, char** argv)
|
|
||||||
{
|
|
||||||
Controller controller;
|
|
||||||
|
|
||||||
controller.onEntry();
|
controller.onEntry();
|
||||||
while (controller.isActive()) {
|
while (controller.isActive()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user