diff scn2k/scn2k_text.h @ 57:6d9146f56ccf

* Move some opcodes * Merge last changes from xclannad
author Thibaut GIRKA <thib@sitedethib.com>
date Sat, 14 Nov 2009 23:31:51 +0100
parents c7bcc0ec2267
children 0aaa5bb3dde5
line wrap: on
line diff
--- a/scn2k/scn2k_text.h
+++ b/scn2k/scn2k_text.h
@@ -241,6 +241,8 @@ class Text : public CommandHandler {
 		void impl_ShowBackground(Cmd& cmd);
 		void impl_SetSkipMode(Cmd& cmd);
 		void impl_Wait(Cmd& cmd);
+		void impl_GetClick(Cmd& cmd);
+		void impl_ReadFrame(Cmd& cmd);
 };
 
 #endif