Fix #423 (Switch from CppDoc to Doxygen), based on patch from anr.

Also delete some unused declarations, and rename is_playing to
snd_is_playing.

This was SVN commit r7813.
This commit is contained in:
Ykkrosh
2010-07-29 15:55:41 +00:00
parent 797e2bb491
commit 1706363bab
67 changed files with 449 additions and 405 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ CLightEnv g_LightEnv;
/**
* Constructor.
*
* @param CGame * pGame pointer to the container game object.
* @param pGame CGame * pGame pointer to the container game object.
**/
CWorld::CWorld(CGame *pGame):
m_pGame(pGame),