Base water set up
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#ifndef DAYDREAM_CRECTANGLESHAPE_H
|
||||
#define DAYDREAM_CRECTANGLESHAPE_H
|
||||
|
||||
#include "Core/Component.h"
|
||||
|
||||
namespace dd
|
||||
{
|
||||
namespace Components
|
||||
{
|
||||
|
||||
struct RectangleShape : public Component
|
||||
{
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#endif //DAYDREAM_CRECTANGLESHAPE_H
|
||||
Reference in New Issue
Block a user