![]() |
Libmacro
0.2
Libmacro is an extensible macro and hotkey library.
|
Directories |
Files | |
| file | context.h [code] |
| mcr_context Library context forward declaration. | |
| file | defines.h [code] |
| Library-wide and utility definitions. | |
| file | err.h [code] |
Raise a compiler error. Usage: #include "mcr/err.h" | |
| file | libmacro.h [code] |
| Include all Libmacro functionality. | |
| file | platform.h [code] |
| The symbols in this file are to be implemented for all platforms. | |
| file | private.h [code] |
| The functions in this file are not intended for public use and should only be used by Libmacro itself. All of these functions are used to initialize or deinitialize the context in libmacro.h. | |
| file | warn.h [code] |
Raise a compiler warning. Usage: #include "mcr/warn.h" | |