src/ascension/context.h

changeset 253
6ab35fcb8676
parent 214
9d460888a83e
equal deleted inserted replaced
252:42e8695372f7 253:6ab35fcb8676
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. */

mercurial