Added CBall

This commit is contained in:
PlatinumSkink
2015-09-10 21:46:03 +02:00
parent a047e46fe9
commit 1d94338214
6 changed files with 28 additions and 5 deletions
+25
View File
@@ -0,0 +1,25 @@
//
// Created by Administrator on 2015-09-10.
//
#ifndef DAYDREAM_CPAD_H
#define DAYDREAM_CPAD_H
#include "Core/Component.h"
namespace dd
{
namespace Components
{
struct Ball : Component
{
};
}
}
#endif //DAYDREAM_CPAD_H
+1
View File
@@ -12,6 +12,7 @@
//#include "Core/EContact.h"
#include "Core/EventBroker.h"
#include "Core/World.h"
#include "Game/CBall.h"
#include "Game/EStageCleared.h"
#include <fstream>
#include <iostream>