8 #ifndef RECAST_SERVER_ENTITY_H
9 #define RECAST_SERVER_ENTITY_H
23 Entity(b2Fixture *fixture1);
43 #endif //RECAST_SERVER_ENTITY_H
virtual void update(Box2DWorld *box2DWorld)
Definition: Entity.h:27
Serialization Parcel class header file.
b2Fixture * getFixture() const
Definition: Entity.h:29
Entity(b2Fixture *fixture1)
Definition: Entity.cpp:18
EntityType getType() const
Definition: Entity.cpp:30
Definition: EntityData.h:15
Definition: Parcel.hpp:35
Definition: Box2DWorld.h:26
static void write(Parcel &in, Entity *obj)
Definition: Entity.cpp:22
EntityType
Definition: EntityType.h:11
int getId()
Definition: Entity.cpp:12
void setType(EntityType type)
Definition: Entity.cpp:36