fixup header include ordering

This commit is contained in:
asrael 2025-11-13 07:15:41 -06:00
parent 75948c2894
commit b9618a40e4
18 changed files with 42 additions and 31 deletions

View file

@ -1,12 +1,13 @@
#include "pxl8_sdl3.h"
#include "pxl8_atlas.h"
#include "pxl8_game.h"
#include "pxl8_macros.h"
#define SDL_MAIN_USE_CALLBACKS
#include <SDL3/SDL.h>
#include <SDL3/SDL_main.h>
#include "pxl8_atlas.h"
#include "pxl8_game.h"
#include "pxl8_macros.h"
typedef struct pxl8_sdl3_context {
SDL_Texture* atlas_texture;
SDL_Texture* framebuffer_texture;