mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-22 00:48:09 +01:00
Fix windows compile.
This commit is contained in:
parent
ae7409bf52
commit
8b9b77dd60
@ -1,4 +1,8 @@
|
||||
#include "core/version.h"
|
||||
#ifndef _STR
|
||||
#define _STR(m_x) #m_x
|
||||
#define _MKSTR(m_x) _STR(m_x)
|
||||
#endif
|
||||
|
||||
PANDEMONIUM_ICON ICON platform/windows/pandemonium.ico
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user