1 #ifndef ERIS_IG_ROUTER_H 2 #define ERIS_IG_ROUTER_H 21 RouterResult handleOperation(
const Atlas::Objects::Operation::RootOperation& op)
override;
24 RouterResult handleSightOp(
const Atlas::Objects::Operation::RootOperation& op);
33 #endif // of ERIS_IG_ROUTER_H The representation of an Atlas type (i.e a class or operation definition).
Definition: TypeInfo.h:31
View encapsulates the set of entities currently visible to an Avatar, as well as those that have rece...
Definition: View.h:37
Definition: IGRouter.h:13
Every Eris class and type lives inside the Eris namespace; certain utility functions live in the Util...
Definition: Account.cpp:34
abstract interface for objects that can route Atlas data.
Definition: Router.h:10
The player's avatar representation.
Definition: Avatar.h:34