Made AudioPlayer's play and init method static
This commit is contained in:
@@ -6,5 +6,6 @@ class AudioPlayer
|
||||
public:
|
||||
AudioPlayer(void);
|
||||
~AudioPlayer(void);
|
||||
void PlaySound(std::string);
|
||||
static void PlaySound(std::string);
|
||||
static void init();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user