ScreenShakeSystem made. And some other things.

This commit is contained in:
PlatinumSkink
2015-10-14 18:52:04 +02:00
parent 8e32574692
commit 55cc1f5b69
6 changed files with 259 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
//
// Created by Adniklastrator on 2015-10-14.
//
#ifndef DAYDREAM_CBACKGROUND_H
#define DAYDREAM_CBACKGROUND_H
#include "Core/Component.h"
namespace dd
{
namespace Components
{
struct Background : Component
{
};
}
}
#endif //DAYDREAM_CBACKGROUND_H