src/ascension/window.h

changeset 73
cfa1d05754ac
parent 68
823c03733e42
child 75
0ce353485509
equal deleted inserted replaced
72:84472fb3adbd 73:cfa1d05754ac
51 bool resized; 51 bool resized;
52 bool focused; 52 bool focused;
53 SDL_Window* window; 53 SDL_Window* window;
54 asc_vec2i dimensions; 54 asc_vec2i dimensions;
55 AscGLContext glctx; 55 AscGLContext glctx;
56 AscSceneNode *ui; 56 AscScene ui;
57 } AscWindow; 57 } AscWindow;
58 58
59 /** 59 /**
60 * Initializes the settings structure with default values. 60 * Initializes the settings structure with default values.
61 * 61 *

mercurial