Fix missing extern

This commit is contained in:
Christopher Mason 2014-04-09 21:56:37 +00:00
parent 634b89cc45
commit 20ca867301

View File

@ -24,7 +24,7 @@
#include "scc.h"
#include "imagewriter.h"
extern Scc scc_stat[2];
word32 g_vbl_count;
extern word32 g_vbl_count;
extern int g_imagewriter;
extern int g_imagewriter_dpi;