CircleShape
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#ifndef CCIRCLESHAPE_H__
|
||||
#define CCIRCLESHAPE_H__
|
||||
|
||||
#include "Core/Component.h"
|
||||
|
||||
namespace dd
|
||||
{
|
||||
namespace Components
|
||||
{
|
||||
|
||||
struct CircleShape : public Component
|
||||
{
|
||||
// Circles are circles
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user