1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-12-27 07:06:00 +00:00

Merge pull request #4 from dodumosu/master

Fix OSX/SDL1.2 build
This commit is contained in:
fgenesis 2013-12-12 02:45:11 -08:00
commit 74c2c0fec2

View file

@ -63,6 +63,10 @@ Core *core = 0;
HICON icon_windows = 0;
#endif
#ifndef KMOD_GUI
#define KMOD_GUI KMOD_META
#endif
void Core::initIcon()
{
#ifdef BBGE_BUILD_WINDOWS