]> git.tdb.fi Git - gldbg.git/blobdiff - source/commandinterpreter.h
Rewrite the Makefile to have proper dependencies and stuff
[gldbg.git] / source / commandinterpreter.h
index 14d8eb96d3a32521fd105e23321792c000025dd3..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 &);
        };
@@ -46,6 +48,7 @@ private:
        void cmd_kill(const std::string &);
        void cmd_exit(const std::string &);
        void cmd_trace(const std::string &);
+       void cmd_profile(const std::string &);
        void cmd_state(const std::string &);
        void cmd_texture(const std::string &);
        void cmd_buffer(const std::string &);