mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-09-11 21:44:58 -04:00
Added serverGame library
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user