comparison UI/UICharacter.cpp @ 1545:c4ab816fcc5e

assert, Abortf, AbortWithError -> Assert, Error refactors here and there
author Nomad
date Sat, 07 Sep 2013 20:05:20 +0200
parents 091c5eb46a0e
children 9f8b3e904e14
comparison
equal deleted inserted replaced
1544:499761153844 1545:c4ab816fcc5e
1 #ifdef _MSC_VER 1 #ifdef _MSC_VER
2 #define _CRT_SECURE_NO_WARNINGS 2 #define _CRT_SECURE_NO_WARNINGS
3 #endif 3 #endif
4 4
5 #include <assert.h>
6 #include <algorithm> 5 #include <algorithm>
7 #include "..\MM7.h" 6 #include "..\MM7.h"
8 #include "..\MapInfo.h" 7 #include "..\MapInfo.h"
9 #include "..\Game.h" 8 #include "..\Game.h"
10 #include "..\GUIWindow.h" 9 #include "..\GUIWindow.h"