|
| file | DataType.h [code] |
| | DataType is where data types that are used in the library and for the library API are defined.
|
| |
| file | Defines.h [code] |
| | defines hold function & macros for the parts of the library to work
|
| |
| file | Error.h [code] |
| | for printing and system errors
|
| |
| file | FileIO.h [code] |
| | FileIO is a simple cross-platform API for reading and writing files from the filesystem.
|
| |
| file | NetIO.h [code] |
| | NETIO is a simple cross-platform API for accessing UDP and TCP sockets.
|
| |
| file | Window.h [code] |
| | WINDOW is a simple cross-platform API for accessing the native platform window, keyboard and mouse io.
|
| |