Added serverGame library

This commit is contained in:
Anonymous
2014-01-15 03:59:18 -07:00
parent 89291fb38c
commit 0196cf51d0
1032 changed files with 256379 additions and 0 deletions
@@ -0,0 +1,24 @@
// ======================================================================
//
// CommandCppFuncs.h
//
// Copyright 2002 Sony Online Entertainment
//
// ======================================================================
#ifndef INCLUDED_CommandCppFuncs_H
#define INCLUDED_CommandCppFuncs_H
class Command;
class NetworkId;
class CommandCppFuncs // static class
{
public:
static void install();
static void remove();
static void commandFuncTransferMisc(Command const & c, NetworkId const &actor, NetworkId const &target, Unicode::String const & params);
};
#endif // INCLUDED_CommandCppFuncs_H