Subversion Repositories WoWGM

Rev

Rev 30 | Rev 32 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#ifndef  _CLIENTCOMMANDS_H_
#define  _CLIENTCOMMANDS_H_


namespace WowGM {

        //=========================================================================
        void InstallGameConsoleCommands ();

        //=========================================================================
        void UninstallGameConsoleCommands ();

}

int CCommand_Bug (char const* command, char const* args);


#endif // ifndef _CLIENTCOMMANDS_H_