Components + almost AABB
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#ifndef Template_h__
|
||||
#define Template_h__
|
||||
|
||||
#include "Component.h"
|
||||
|
||||
namespace Components
|
||||
{
|
||||
|
||||
struct Template : Component { };
|
||||
REGISTER_COMPONENT("Template", Template);
|
||||
|
||||
}
|
||||
#endif // !Template_h__
|
||||
Reference in New Issue
Block a user