comparison UI/UICharacter.cpp @ 2253:aff7a7b072b7

adding _CRT_SECURE_NO_WARNINGS to get rid of a few hundrer annoying warnings + adding count parameter to swprintf
author Grumpy7
date Wed, 26 Feb 2014 23:35:23 +0100
parents e9625ad08541
children 60293358b4b3
comparison
equal deleted inserted replaced
2250:3cc3a29f073b 2253:aff7a7b072b7
1 #define _CRT_SECURE_NO_WARNINGS
1 #include <algorithm> 2 #include <algorithm>
2 #include "..\MM7.h" 3 #include "..\MM7.h"
3 #include "..\MapInfo.h" 4 #include "..\MapInfo.h"
4 #include "..\Game.h" 5 #include "..\Game.h"
5 #include "..\GUIWindow.h" 6 #include "..\GUIWindow.h"