X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcommandinterpreter.h;fp=source%2Fcommandinterpreter.h;h=537245fb53c1a0f38bea5b0a652f490e97fa64cf;hb=64592975a49e2bd26a561f36425071427f37d5fb;hp=852ba65781241a3e12847ec4dc70b37ec067da2d;hpb=27a82684df128955f6c4e1467935be14ff9bb816;p=gldbg.git diff --git a/source/commandinterpreter.h b/source/commandinterpreter.h index 852ba65..537245f 100644 --- a/source/commandinterpreter.h +++ b/source/commandinterpreter.h @@ -23,8 +23,10 @@ private: Func func; std::string description; std::string help; + Command *alias_for; Command(); + Command(Command *); Command(Func, const std::string &); Command(Func, const std::string &, const std::string &); };