UGDK
src/ugdk/audio.h
Go to the documentation of this file.
00001 #ifndef UGDK_AUDIO_H_
00002 #define UGDK_AUDIO_H_
00003 
00004 namespace ugdk {
00005 
00006 class Music;
00007 class Sample;
00008 
00009 // Managers
00010 class AudioManager;
00011 
00012 }  // namespace ugdk
00013 
00014 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines