Skip to content

Developer's API

Elsa Gonsiorowski edited this page Jul 8, 2014 · 4 revisions

Coding Standards

  • Global variables begin with a g
  • underscores are used between words (in preference to camel case)
  • API functions begin with tw_ (short for Time Warp)
  • #defined options start with ROSS_ followed by all capitol letters for the option type then lower case for the option selected. For example: ROSS_QUEUE_calendar
Clone this wiki locally