src/context.c

changeset 49
77493525eac2
parent 47
44457f6cb0a2
child 58
26ebb2f1e6e6
equal deleted inserted replaced
48:6e5b5ba2752c 49:77493525eac2
26 */ 26 */
27 27
28 #include "ascension/context.h" 28 #include "ascension/context.h"
29 #include "ascension/error.h" 29 #include "ascension/error.h"
30 #include "ascension/utils.h" 30 #include "ascension/utils.h"
31 #include "ascension/shader.h"
32 31
33 #include <SDL2/SDL.h> 32 #include <SDL2/SDL.h>
34 #include <SDL2/SDL_ttf.h> 33 #include <SDL2/SDL_ttf.h>
35 34
36 #include <time.h> 35 #include <time.h>

mercurial