JustEnoughMod
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
manual.c File Reference

Classes

struct  Object
 
struct  Vehicle
 
struct  Car
 
struct  Truck
 

Typedefs

typedef struct Object Object
 Object type.
 
typedef struct Vehicle Vehicle
 Vehicle type.
 
typedef struct Car Car
 Car type.
 
typedef struct Truck Truck
 Truck type.
 

Functions

int main (void)
 

Function Documentation

◆ main()

int main ( void )

Main function.

Ref vehicleStart(), objRef(), objUnref().