comparison UI/Books/UINotesBooks.cpp @ 1545:c4ab816fcc5e

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