LibNRG  0.0.1
Networking for Real-time Games library
 All Classes Files Functions Variables Friends
nrg_entity.h File Reference

Contains classes related to nrg's Entity data-replication abstraction. More...

#include "nrg_core.h"
#include "nrg_field.h"
#include <vector>

Go to the source code of this file.

Classes

class  nrg::Entity
 Abstract class to be inherited by users of the library which acts as a container of one or more Fields. More...
 
struct  nrg::EntityManager
 Abstract class that contains functionality required by Entity objects. More...
 
struct  nrg::EntityHelper< T, type >
 Helper template class that automatically implements the Entity::clone and Entity::getType methods. More...