Difference between revisions of "AGIWiki/Includes"

Jump to navigation Jump to search
18 bytes added ,  15:05, 25 October 2018
m
Text replacement - "</source>" to "</syntaxhighlight>"
m (syntax -> source)
m (Text replacement - "</source>" to "</syntaxhighlight>")
Line 29: Line 29:
  }
  }


</source>
</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  ;
  }
  }
  </source>
  </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.
TrustedUser
2,147

edits

Navigation menu