1 #ifndef ERIS_IG_ROUTER_H
2 #define ERIS_IG_ROUTER_H
4 #include <Eris/Router.h>
20 virtual RouterResult handleOperation(
const Atlas::Objects::Operation::RootOperation& op);
23 RouterResult handleSightOp(
const Atlas::Objects::Operation::RootOperation& op);
32 #endif // of ERIS_IG_ROUTER_H
The representation of an Atlas type (i.e a class or operation definition).
Definition: TypeInfo.h:37
View encapsulates the set of entities currently visible to an Avatar, as well as those that have rece...
Definition: View.h:33
Definition: IGRouter.h:13
abstract interface for objects that can route Atlas data.
Definition: Router.h:10
The player's avatar representation.
Definition: Avatar.h:31