Mercurial > otakunoraifu
comparison 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 |
comparison
equal
deleted
inserted
replaced
56:c7bcc0ec2267 | 57:6d9146f56ccf |
---|---|
239 void impl_FastText(Cmd& cmd); | 239 void impl_FastText(Cmd& cmd); |
240 void impl_createSelect(Cmd& cmd); | 240 void impl_createSelect(Cmd& cmd); |
241 void impl_ShowBackground(Cmd& cmd); | 241 void impl_ShowBackground(Cmd& cmd); |
242 void impl_SetSkipMode(Cmd& cmd); | 242 void impl_SetSkipMode(Cmd& cmd); |
243 void impl_Wait(Cmd& cmd); | 243 void impl_Wait(Cmd& cmd); |
244 void impl_GetClick(Cmd& cmd); | |
245 void impl_ReadFrame(Cmd& cmd); | |
244 }; | 246 }; |
245 | 247 |
246 #endif | 248 #endif |