Adapted Escape the Dawn engine.
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
#ifndef Components_Template_h__
|
||||
#define Components_Template_h__
|
||||
|
||||
#include "Component.h"
|
||||
|
||||
namespace Components
|
||||
{
|
||||
|
||||
struct Template : Component { };
|
||||
|
||||
}
|
||||
#endif // !Components_Template_h__
|
||||
Reference in New Issue
Block a user