pokemon_animation_graphics: stdint.h

This commit is contained in:
yenatch 2017-05-28 23:49:12 -04:00
parent f175c636b5
commit d9c329eb3c
1 changed files with 1 additions and 0 deletions

View File

@ -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");