comparison: src/context.c
src/context.c
- changeset 311
- 87ff4c57955d
- parent 294
- 4df350dac84f
equal
deleted
inserted
replaced
| 29 #include "ascension/error.h" |
29 #include "ascension/error.h" |
| 30 |
30 |
| 31 #include <SDL3/SDL.h> |
31 #include <SDL3/SDL.h> |
| 32 #include <SDL3_ttf/SDL_ttf.h> |
32 #include <SDL3_ttf/SDL_ttf.h> |
| 33 |
33 |
| 34 #include <GL/glew.h> |
34 #include "glad.h" |
| 35 |
35 |
| 36 #include <time.h> |
36 #include <time.h> |
| 37 #include <assert.h> |
37 #include <assert.h> |
| 38 |
38 |
| 39 AscContext asc_context; |
39 AscContext asc_context; |