Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007 #if !defined(_GAUDIOLIBRARY_H)
00008 #define _GAUDIOLIBRARY_H
00009
00010 #include "constants.h"
00011 #include "GLibraryManager.h"
00012
00013 class GAudioLibrary : public GLibraryManager
00014 {
00015 };
00016
00017 #endif //_GAUDIOLIBRARY_H