Files |
file | _common.h [code] |
file | blitz_app.c |
file | blitz_app.h [code] |
| Runtime environment setup and basic application flow functions.
|
file | blitz_array.c |
file | blitz_array.h [code] |
| Functionality to work with array data structures.
|
file | blitz_cclib.c |
file | blitz_cclib.h [code] |
file | blitz_class.c |
file | blitz_class.h [code] |
| The class description used by every object.
|
file | blitz_debug.c |
file | blitz_debug.h [code] |
| Additional information about BlitzMax code.
|
file | blitz_ex.c |
file | blitz_ex.h [code] |
| Exception handling functionality.
|
file | blitz_gc.h [code] |
| Interface for the intern garbage collectors.
|
file | c/blitz_gc_ms.c |
file | blitz_gc_rc.c |
file | blitz_handle.c |
file | blitz_handle.h [code] |
| Accessing objects through internally stored handles.
|
file | blitz_incbin.c |
file | blitz_incbin.h [code] |
| Functionality to include any binary data in the binary.
|
file | blitz_macros.h [code] |
| Low-level macros and defines to ease cross-platform programming.
|
file | blitz_memory.c |
file | blitz_memory.h [code] |
| Basic memory handling functions.
|
file | blitz_module.c |
file | blitz_module.h [code] |
file | blitz_object.c |
file | blitz_object.h [code] |
| The root type which all other objects extend.
|
file | blitz_string.c |
file | blitz_string.h [code] |
| Functionality for UCS-2 character strings.
|
file | blitz_thread.c |
file | blitz_thread.h [code] |
| Functionality to utilize multi-threading capabilities.
|
file | blitz_types.c |
file | blitz_types.h [code] |
| Introduces most used data types.
|
file | blitz_unicode.c |
file | blitz_unicode.h [code] |
| UCS-2 character conversion tables.
|
file | brl_blitz_gc_rc.c |