TrustedUser
2,147
edits
m (syntax -> source) |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
Line 29: | Line 29: | ||
} | } | ||
</ | </syntaxhighlight> | ||
would be seen by the compiler as: | would be seen by the compiler as: | ||
<source lang="cpp"> | <source lang="cpp"> | ||
Line 45: | Line 45: | ||
score ; | score ; | ||
} | } | ||
</ | </syntaxhighlight> | ||
'''Note:''' [[AGIWiki/AGI Studio|AGI Studio]] requires include files to be in the "src" directory for the game. | '''Note:''' [[AGIWiki/AGI Studio|AGI Studio]] requires include files to be in the "src" directory for the game. |