Ajouts de musique et irrKlang.
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include "player.h"
|
||||
#include "chunk.h"
|
||||
#include "skybox.h"
|
||||
#include "audio.h"
|
||||
|
||||
class Engine : public OpenglContext
|
||||
{
|
||||
@@ -41,6 +42,8 @@ private:
|
||||
Skybox m_skybox;
|
||||
Shader m_shader01;
|
||||
Chunk m_testChunk;
|
||||
Audio m_music;
|
||||
|
||||
Player m_player = Player(Vector3f(0, 0, 0));
|
||||
|
||||
bool m_keyW = false;
|
||||
|
Reference in New Issue
Block a user