Mercurial > mm7
comparison NPC.cpp @ 2464:104fdbea0386
cleaning project part 2
author | zipi |
---|---|
date | Sun, 17 Aug 2014 17:49:34 +0100 |
parents | 0f17a30149ec |
children | b054ea5daf45 |
comparison
equal
deleted
inserted
replaced
2463:0f17a30149ec | 2464:104fdbea0386 |
---|---|
1 #define _CRTDBG_MAP_ALLOC | 1 #define _CRTDBG_MAP_ALLOC |
2 #include <stdlib.h> | 2 #include <stdlib.h> |
3 #include <crtdbg.h> | 3 #include <crtdbg.h> |
4 | 4 |
5 #define _CRT_SECURE_NO_WARNINGS | 5 #define _CRT_SECURE_NO_WARNINGS |
6 #include "mm7_unsorted_subs.h" | |
7 #include "texts.h" | 6 #include "texts.h" |
8 #include "LOD.h" | 7 #include "LOD.h" |
9 #include "Autonotes.h" | 8 #include "Autonotes.h" |
10 #include "Awards.h" | 9 #include "Awards.h" |
11 #include "mm7_data.h" | 10 #include "mm7_data.h" |