Merge pull request #110 from teamfisk/PerformanceTiming

Performance timing
This commit is contained in:
2016-02-18 10:33:24 +01:00
11 changed files with 156 additions and 9 deletions
+3
View File
@@ -35,6 +35,9 @@
#include "Sound/SoundManager.h"
#include "Systems/SoundSystem.h"
//Performance
#include "Core/PerformanceTimer.h"
class Game
{
public: