OpenAl Werkt! en Setup enzo

This commit is contained in:
Aaldert
2016-06-05 23:49:06 +02:00
parent 47b4d9570d
commit 117010b9fe
18 changed files with 320 additions and 237 deletions
+6
View File
@@ -1,8 +1,10 @@
#pragma once
class WorldHandler;
class SoundSystem;
class Player;
#include "Vector.h"
#include "SoundSystem.h"
class KeyboardState
{
@@ -33,4 +35,8 @@ public:
float lastFrameTime;
static SoundSystem& GetSoundSystem() { return sound_system; }
private:
static SoundSystem sound_system;
};