Made MSVC happy about external C vars in C++ code.

This commit is contained in:
n-a-c-h
2004-11-21 02:44:42 +00:00
parent cac9bb8ef8
commit 12621193bd

View File

@@ -23,9 +23,11 @@ using namespace std;
#include "zsnesjma.h"
#include "jma.h"
extern "C" {
extern unsigned char *romdata;
extern unsigned int curromspace;
extern unsigned int maxromspace;
}
void load_jma_file(const char *filename)
{