update compile_flags.txt

This commit is contained in:
asrael 2025-10-07 12:44:02 -05:00
parent bcb083b528
commit 66083f40d9
No known key found for this signature in database
GPG key ID: 2786557804DFAE24
4 changed files with 4 additions and 8 deletions

View file

@ -2,7 +2,6 @@
#define PXL8_COPYRIGHT "Copyright (c) 2024-2025 pxl8.org"
#define PXL8_VERSION "0.1.0"
#include <math.h>
#include <pthread.h>
#include <stdlib.h>
#include <sys/stat.h>

View file

@ -12,7 +12,6 @@
#include "pxl8_macros.h"
#include "pxl8_script.h"
#include "pxl8_ui.h"
#include "pxl8_vfx.h"
struct pxl8_script {
lua_State* L;

View file

@ -3,7 +3,6 @@
#include <SDL3/SDL.h>
#include "pxl8_macros.h"
#include "pxl8_vfx.h"
struct pxl8_particles {