initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#ifndef HYDRAENTITY
|
||||
#define HYDRAENTITY
|
||||
#include "../engine/HydraObject.h"
|
||||
|
||||
|
||||
|
||||
|
||||
struct HydraEntity
|
||||
{
|
||||
HydraID entity_id = INVALID_HYDRA_ID;
|
||||
HydraSignature signature;
|
||||
};
|
||||
|
||||
|
||||
#endif /* HYDRAENTITY */
|
||||
Reference in New Issue
Block a user