Subversion Repositories WoWGM

Rev

Rev 3 | Rev 31 | 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_