- load of changes to get things compiling under VC++ 2010 (with updated deps seperate for vc2010)

This commit is contained in:
Mark Vejvoda
2012-04-20 01:04:05 +00:00
parent 329bb58b04
commit dbb116f250
122 changed files with 938 additions and 770 deletions

View File

@@ -14,7 +14,7 @@
#include <string>
#include <fstream>
#include "types.h"
#include "data_types.h"
#include "factory.h"
#include "leak_dumper.h"

View File

@@ -13,7 +13,7 @@
#define _SHARED_SOUND_SOUNDPLAYER_H_
#include "sound.h"
#include "types.h"
#include "data_types.h"
#include "leak_dumper.h"
using Shared::Platform::uint32;