[Gcblue-commits] gcb_wx/include/common tcSound.h,1.16,1.17
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-01-16 18:36:07
|
Update of /cvsroot/gcblue/gcb_wx/include/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32186/include/common Modified Files: tcSound.h Log Message: Added xml 3D model wrapper for better modularity Improved animation support Index: tcSound.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/tcSound.h,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** tcSound.h 10 Jan 2005 00:30:20 -0000 1.16 --- tcSound.h 16 Jan 2005 18:35:56 -0000 1.17 *************** *** 31,34 **** --- 31,40 ---- #include <AL/alut.h> #include <AL/alc.h> + + #include "osgAL/SoundNode" + #include "osgAL/SoundRoot" + #include "osgAL/SoundManager" + #include "osgAL/SoundState" + #include <string> #include <map> |