28 lines
251 B
C
28 lines
251 B
C
|
|
#include <stdbool.h>
|
||
|
|
#include <stdlib.h>
|
||
|
|
#include <stdio.h>
|
||
|
|
/**
|
||
|
|
* Plain Typedefs
|
||
|
|
*/
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Import Includes
|
||
|
|
*/
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Top Level C Passthrough
|
||
|
|
*/
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Extern Variable Declarations
|
||
|
|
*/
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Class Structs
|
||
|
|
*/
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Function Prototypes
|
||
|
|
*/
|
||
|
|
|