UGDK  0.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
audio.h
Go to the documentation of this file.
1 #ifndef UGDK_AUDIO_H_
2 #define UGDK_AUDIO_H_
3 
4 namespace ugdk {
5 
6 class Music;
7 class Sample;
8 
9 // Managers
10 class AudioManager;
11 
12 } // namespace ugdk
13 
14 #endif