Merge branch 'master' into FrameAttempt

This commit is contained in:
PlatinumSkink
2015-09-17 15:45:08 +02:00
33 changed files with 18573 additions and 80 deletions
Regular → Executable
+1
View File
@@ -8,6 +8,7 @@
#include "Core/System.h"
#include "Core/CTransform.h"
#include "Rendering/CSprite.h"
#include "Rendering/CModel.h"
#include "Game/CBrick.h"
#include "Core/EventBroker.h"
#include "Core/World.h"
Regular → Executable
+1
View File
@@ -19,6 +19,7 @@
#include "Physics/CCircleShape.h"
#include "Physics/ESetImpulse.h"
#include "Rendering/CSprite.h"
#include "Rendering/CModel.h"
#include "Game/CBall.h"
#include "Game/EResetBall.h"
#include "CPad.h"