initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifndef HYDRAECSRENDERABLECOMPONENT
|
||||
#define HYDRAECSRENDERABLECOMPONENT
|
||||
#include "../../engine/HydraEngine.h"
|
||||
|
||||
struct HydraRenderableComponent
|
||||
{
|
||||
HydraSignature renderable_types;
|
||||
};
|
||||
|
||||
#endif /* HYDRAECSRENDERABLECOMPONENT */
|
||||
Reference in New Issue
Block a user