#include "srv-game-logic.h"
#include "datahash/datahash_util.h"
#include "map-dynamics/map-dynamics.h"
#include "aesop-srv/srv-object.h"
#include "threadsafe/smart_mutex.h"
#include "timer/timer.h"
Go to the source code of this file.
Namespaces | |
namespace | aesop |
Functions | |
static float | aesop::getRandomX (void) throw () |
static const char * | aesop::getIntBuffer (IN dword_t dw) |
static bool | aesop::isPortal (IN smart_ptr< Instance > &i) |
smart_ptr< ServerGameLogic > | aesop::createServerGameLogic (void) |
factory method to create a basic server-side game logic object |