29 #define ASCENSION_CONTEXT_H |
29 #define ASCENSION_CONTEXT_H |
30 |
30 |
31 #include "datatypes.h" |
31 #include "datatypes.h" |
32 #include "window.h" |
32 #include "window.h" |
33 #include "input.h" |
33 #include "input.h" |
34 #include "font.h" |
|
35 |
34 |
36 #include <cx/buffer.h> |
35 #include <cx/buffer.h> |
37 #include <cx/string.h> |
36 #include <cx/string.h> |
38 |
|
39 #include <stdio.h> |
|
40 |
37 |
41 /** The flag for the overall initialized state. */ |
38 /** The flag for the overall initialized state. */ |
42 #define ASC_FLAG_INITIALIZED 0x01u |
39 #define ASC_FLAG_INITIALIZED 0x01u |
43 |
40 |
44 /** Flag is set when the error buffer contains new error information. */ |
41 /** Flag is set when the error buffer contains new error information. */ |