Add icon and resource files for windows

Signed-off-by: Marty Plummer <ntzrmtthihu777@gmail.com>
This commit is contained in:
Marty Plummer 2017-03-03 22:45:31 -06:00 committed by Jonas Kulla
parent 0f9b5f274a
commit 60e967e3b7
4 changed files with 9 additions and 0 deletions

View file

@ -40,7 +40,11 @@
#include "binding.h"
#ifdef __WINDOWS__
#include "resource.h"
#elif __LINUX__
#include "icon.png.xxd"
#endif
static void
rgssThreadError(RGSSThreadData *rtData, const std::string &msg)