update compile_flags.txt
This commit is contained in:
parent
bcb083b528
commit
66083f40d9
4 changed files with 4 additions and 8 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
#include <SDL3/SDL.h>
|
||||
|
||||
#include "pxl8_macros.h"
|
||||
#include "pxl8_vfx.h"
|
||||
|
||||
struct pxl8_particles {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue