mirror of https://github.com/pret/pokecrystal.git
pokemon_animation_graphics: stdint.h
This commit is contained in:
parent
f175c636b5
commit
d9c329eb3c
|
@ -4,6 +4,7 @@
|
|||
#include <string.h>
|
||||
#include <stdbool.h>
|
||||
#include <getopt.h>
|
||||
#include <stdint.h>
|
||||
|
||||
static void usage(void) {
|
||||
printf("Usage: pokemon_animation_graphics [-o outfile] [-t mapfile] 2bpp_file dimensions_file\n");
|
||||
|
|
Loading…
Reference in New Issue