PGE Engine
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
pge_audio.h
1 #ifndef PGE_AUDIO_H
2 #define PGE_AUDIO_H
3 
4 #include <data_configs/obj_sound_roles.h>
5 
6 class PGE_Audio
7 {
8 public:
9  PGE_Audio();
10  ~PGE_Audio();
11  static void playSound(long soundID);
12  static void playSoundByRole(obj_sound_role::roles role);
13 };
14 
15 #endif // PGE_AUDIO_H
Definition: pge_audio.h:6