aboutsummaryrefslogtreecommitdiff
path: root/src/get_image_for_rom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/get_image_for_rom.h')
-rw-r--r--src/get_image_for_rom.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/get_image_for_rom.h b/src/get_image_for_rom.h
index da9c8bf..2fe26b5 100644
--- a/src/get_image_for_rom.h
+++ b/src/get_image_for_rom.h
@@ -3,6 +3,8 @@
#include <stdint.h>
#include <stdbool.h>
+extern unsigned int duration;
+
typedef bool (*cancel_callback_t)(void*);
int get_image_for_rom_alt(const char *filename, const unsigned char *buffer, size_t size, uint32_t *output, uint8_t *cgb_flag);