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,9 +1,10 @@
|
|||
#include "pxl8_gfx.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "pxl8_ase.h"
|
||||
#include "pxl8_blit.h"
|
||||
#include "pxl8_gfx.h"
|
||||
#include "pxl8_macros.h"
|
||||
#include "pxl8_types.h"
|
||||
#include "pxl8_blit.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
static u32 pxl8_get_palette_size(pxl8_color_mode mode) {
|
||||
switch (mode) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue