# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

stddsound.h

Go to the documentation of this file.
00001 /*
00002 #include <windows.h>
00003 #include <dsound.h>
00004 
00005 #ifdef min
00006 #undef min
00007 #endif
00008 
00009 #ifdef max
00010 #undef max
00011 #endif
00012 */
00013 
00014 #include "nel/misc/common.h"
00015 #include "nel/misc/time_nl.h"
00016 #include "nel/misc/fast_mem.h"
00017 #include "nel/misc/debug.h"
00018 #include "nel/misc/vector.h"
00019 
00020 #include "sound/driver/sound_driver.h"