diff options
author | Mattes D <github@xoft.cz> | 2013-11-11 10:59:09 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2013-11-11 10:59:09 +0100 |
commit | c15daee80880707abade23da92178aa722f03b66 (patch) | |
tree | 9ad19a165d324101fd3c8a3c42665d397d77ee08 /VC2013/MCServer.rc | |
parent | Fixed cRoot::FindAndDoWithPlayer(). (diff) | |
parent | Merge remote-tracking branch 'upstream/master' (diff) | |
download | cuberite-c15daee80880707abade23da92178aa722f03b66.tar cuberite-c15daee80880707abade23da92178aa722f03b66.tar.gz cuberite-c15daee80880707abade23da92178aa722f03b66.tar.bz2 cuberite-c15daee80880707abade23da92178aa722f03b66.tar.lz cuberite-c15daee80880707abade23da92178aa722f03b66.tar.xz cuberite-c15daee80880707abade23da92178aa722f03b66.tar.zst cuberite-c15daee80880707abade23da92178aa722f03b66.zip |
Diffstat (limited to 'VC2013/MCServer.rc')
-rw-r--r-- | VC2013/MCServer.rc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/VC2013/MCServer.rc b/VC2013/MCServer.rc new file mode 100644 index 000000000..e0fbbea5d --- /dev/null +++ b/VC2013/MCServer.rc @@ -0,0 +1,17 @@ +// Generated by ResEdit 1.5.11 +// Copyright (C) 2006-2012 +// http://www.resedit.net + +#include <windows.h> +#include <commctrl.h> +#include <richedit.h> +#include "resource_MCServer.h" + + + + +// +// Icon resources +// +LANGUAGE 9, SUBLANG_DEFAULT +IDI_ICON1 ICON "icon.ico" |