added basic documentation/boilerplate up till ARC_Lexer for the standard library documentation
This commit is contained in:
parent
d109bc5152
commit
442f74b195
6 changed files with 23 additions and 12 deletions
|
|
@ -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_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue