00001 // Copyright (c) 2008-2010 Raynaldo (Wildicv) Rivera, Joshua (Dark_Kilauea) Jones 00002 // This file is part of the "cAudio Engine" 00003 // For conditions of distribution and use, see copyright notice in cAudio.h 00004 00005 #ifndef CAUDIOSLEEP_H 00006 #define CAUDIOSLEEP_H 00007 00008 #include "cAudioDefines.h" 00009 00010 namespace cAudio 00011 { 00013 00014 CAUDIO_API void cAudioSleep(unsigned int ms); 00015 }; 00016 00017 #endif
1.6.2