You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
871 B
Plaintext

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

{\rtf1\ansi\ansicpg1252\deff0\deflang1031{\fonttbl{\f0\fmodern\fcharset0 Courier;}}
{\colortbl ;\red0\green0\blue255;\red0\green0\blue0;\red136\green0\blue0;\red128\green128\blue128;}
{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\cf1\lang1033\f0\fs20 #include\cf2 <lowlevellib.h>\par
\par
\cf1 class\cf2 \cf1 myCRoot\cf2 : \cf1 public\cf2 \cf1 CRoot\cf2 \par
\{\b\par
\cf1\b0 public\cf2 :\par
\cf1 myCRoot\cf2 ();\par
\cf1 virtual\cf2 ~\cf1 myCRoot\cf2 ();\par
\par
\cf1 int\cf2 \cf3 InitPlayfield\cf2 ();\par
\cf1 void\cf2 \cf3 InitState\cf2 (\cf1 const\cf2 \cf1 char\cf2 *\cf4 name\cf2 );\par
\cf1 CRoot\cf2 * \cf3 CreateStateByName\cf2 (\cf1 const\cf2 \cf1 char\cf2 * \cf4 name\cf2 );\par
\cf1 CActor\cf2 * \cf3 FindActor\cf2 (\cf1 const\cf2 \cf1 char\cf2 * \cf4 name\cf2 );\par
\};\par
\par
}