added basic documentation/boilerplate up till ARC_Lexer for the standard library documentation

This commit is contained in:
herbglitch 2024-12-30 05:22:02 -07:00
parent d109bc5152
commit 442f74b195
6 changed files with 23 additions and 12 deletions

View file

@ -7,12 +7,17 @@ extern "C" {
#include <stdbool.h>
//allows the boolean type to be overridden (example could be overriding for opengl booleans)
#ifndef ARC_BOOL_OVERRIDE
#define ARC_Bool bool
#define ARC_True true
#define ARC_False false
#endif
#ifdef __cplusplus
}
#endif
#endif //ARC_STD_BOOL_H_
#endif //ARC_STD_BOOL_H_