organize headers, add icon/logo sprites to demo
This commit is contained in:
parent
553bf95c3b
commit
2a1a3f1768
21 changed files with 52 additions and 44 deletions
|
|
@ -1,4 +1,3 @@
|
|||
#include <SDL3/SDL.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
@ -7,7 +6,9 @@
|
|||
#define MINIZ_NO_ARCHIVE_APIS
|
||||
#define MINIZ_NO_ARCHIVE_WRITING_APIS
|
||||
#define MINIZ_NO_DEFLATE_APIS
|
||||
#include "miniz.h"
|
||||
|
||||
#include <miniz.h>
|
||||
#include <SDL3/SDL.h>
|
||||
|
||||
#include "pxl8_ase.h"
|
||||
#include "pxl8_io.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue