comparison Player.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 c4f87fb3cfee
children e2433db49428
comparison
equal deleted inserted replaced
2250:3cc3a29f073b 2253:aff7a7b072b7
1 #define _CRT_SECURE_NO_WARNINGS
1 #include "stru6.h" 2 #include "stru6.h"
2 3
3 #include "Player.h" 4 #include "Player.h"
4 #include "PlayerFrameTable.h" 5 #include "PlayerFrameTable.h"
5 #include "AudioPlayer.h" 6 #include "AudioPlayer.h"