AngelScript
 
Loading...
Searching...
No Matches
Typedefs

Typedefs are used to define aliases for other types.

Currently a typedef can only be used to define an alias for primitive types, but a future version will have more complete support for all kinds of types.

  typedef float  real32;
  typedef double real64;