]> git.tdb.fi Git - gldbg.git/blobdiff - source/commandinterpreter.h
Support command aliases
[gldbg.git] / source / commandinterpreter.h
index 852ba65781241a3e12847ec4dc70b37ec067da2d..537245fb53c1a0f38bea5b0a652f490e97fa64cf 100644 (file)
@@ -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 &);
        };