HDNes/hdnes/hdnes.h
mkwong98 5ae36cc2c7 Add the rest of source code and doc
Added folder for C++ code. Added shaders, user manual, wxwidget files
and VS files
2014-06-25 22:40:29 +08:00

9 lines
133 B
C

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