144:43636d6a6e25 | 145:a3231310d66d |
---|---|
48 #define ASC_FLAG_QUIT 0x80000000u | 48 #define ASC_FLAG_QUIT 0x80000000u |
49 | 49 |
50 /** | 50 /** |
51 * The global ascension context. | 51 * The global ascension context. |
52 */ | 52 */ |
53 typedef struct AscContext { | 53 typedef struct asc_context_s { |
54 unsigned int flags; | 54 unsigned int flags; |
55 CxBuffer error_buffer; | 55 CxBuffer error_buffer; |
56 cxmutstr font_path; | 56 cxmutstr font_path; |
57 cxmutstr shader_path; | 57 cxmutstr shader_path; |
58 cxmutstr texture_path; | 58 cxmutstr texture_path; |