Added Logging
This commit is contained in:
parent
531cfbd006
commit
9d4436cc00
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
#include "Application.h"
|
#include "Application.h"
|
||||||
|
|
||||||
|
#include "Log.h"
|
||||||
|
|
||||||
namespace Flux {
|
namespace Flux {
|
||||||
|
|
||||||
Application::Application()
|
Application::Application()
|
||||||
|
@ -11,6 +13,7 @@ namespace Flux {
|
||||||
}
|
}
|
||||||
void Application::Run()
|
void Application::Run()
|
||||||
{
|
{
|
||||||
|
FLUX_CORE_TRACE("FLUX Engine Running!");
|
||||||
while (true);
|
while (true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue