comparison UIHouses.cpp @ 1165:29a8defbad9e

temporary _CRT_SECURE_NO_WARNINGS to remove some warnings removed double LOBYTE, LOWORD etd macro definitions swprintf called with string size parameter ErrD3D with too many params fix 1 or 2 other minor fixes
author Grumpy7
date Tue, 04 Jun 2013 03:21:21 +0200
parents cf6cd674c398
children 8c02e6f74b29
comparison
equal deleted inserted replaced
1164:6b911d7e09a5 1165:29a8defbad9e
1 #ifdef _MSC_VER
2 #define _CRT_SECURE_NO_WARNINGS
3 #endif
4
1 #include "UIHouses.h" 5 #include "UIHouses.h"
2 #include "Party.h" 6 #include "Party.h"
3 #include "Player.h" 7 #include "Player.h"
4 #include "texts.h" 8 #include "texts.h"
5 #include "Events.h" 9 #include "Events.h"