Difference between revisions of "Preprocessor"

From theFarWilds
Jump to: navigation, search
(New page: Category:Scripts //'''include''' <scriptID> this will include a script in with yours so you can make common function libraries == Example == //include 236 void beforeStart() {...)

Revision as of 19:15, 14 April 2010


//include <scriptID>
this will include a script in with yours so you can make common function libraries

Example

//include 236

void beforeStart()
{
    some_function_defined_in_236();
}