comparison Render.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 8817c398b792
children 2e02c384c62b
comparison
equal deleted inserted replaced
2250:3cc3a29f073b 2253:aff7a7b072b7
1 #define _CRT_SECURE_NO_WARNINGS
2
1 #include "Render.h" 3 #include "Render.h"
2 #include "Outdoor_stuff.h" 4 #include "Outdoor_stuff.h"
3 #include "VideoPlayer.h" 5 #include "VideoPlayer.h"
4 #include "Sprites.h" 6 #include "Sprites.h"
5 #include "Mouse.h" 7 #include "Mouse.h"