Added sound system
Added delete sound
This commit is contained in:
10
AudioPlayer.h
Normal file
10
AudioPlayer.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <G3DAll.h>
|
||||
#pragma once
|
||||
|
||||
class AudioPlayer
|
||||
{
|
||||
public:
|
||||
AudioPlayer(void);
|
||||
~AudioPlayer(void);
|
||||
void PlaySound(std::string);
|
||||
};
|
||||
Reference in New Issue
Block a user