HDNes/hdnes.h
2014-06-24 22:34:22 +08:00

9 lines
133 B
C

#include "stdafx.h"
#include "sysSetting.h"
bool initialize();
void cleanup();
SDL_Surface* Surf_Display;
sysSetting* Setting;