Oni (folder)/GameDataFolder/IGMD/global: Difference between revisions
Oni (folder)/GameDataFolder/IGMD/global (view source)
Revision as of 00:18, 8 December 2005
, 8 December 2005→<tt>func pre</tt>
| Line 30: | Line 30: | ||
  func void main(void) {  |   func void main(void) {  | ||
      pre  |       pre  | ||
  #     |   #   WHATEVER ELSE THERE IS  | ||
  }  |   }  | ||
This is an inline call to the <tt>pre</tt> function we have just set up in the global folder. The function <tt>pre</tt> is "globally recognized".  | This is an inline call to the <tt>pre</tt> function we have just set up in the global folder. The function <tt>pre</tt> is "globally recognized".  | ||