Moved most of the code from platform specific platform_util into a shared platform_common area

This commit is contained in:
Mark Vejvoda
2010-04-30 18:16:54 +00:00
parent 6577762297
commit c53ff62c46
14 changed files with 1092 additions and 878 deletions

View File

@@ -10,6 +10,7 @@
#include "sound_player.h"
#include "platform_util.h"
#include "platform_common.h"
#include <SDL.h>
#include <AL/alc.h>
@@ -18,6 +19,7 @@
#include <vector>
using std::vector;
using namespace Shared::PlatformCommon;
namespace Shared{ namespace Sound{ namespace OpenAL{