diff scn2k/scn2k.h @ 55:f1a27ee7e03c

* started the same changes on scn2k_text.cc * handle opcodes childObj*. In fact, it was handled (in a strange way, but it worked) before the previous changeset
author thib
date Wed, 22 Apr 2009 15:01:42 +0000
parents d7cde171a1de
children c7bcc0ec2267
line wrap: on
line diff
--- a/scn2k/scn2k.h
+++ b/scn2k/scn2k.h
@@ -225,6 +225,7 @@ class CommandHandler {
 		} CommandInfo;
 		void RegisterCommand(int cmd1, int cmd2, int cmd3, const char* descr, CmdImpl func);
 		bool Exec(Cmd& cmd);
+		void PrintCmd(Cmd& cmd);
 
 	private:
 		typedef std::map<SimpleCmd, CommandInfo> CommandMap;