summaryrefslogtreecommitdiffstats
path: root/src/sound/sound.h
diff options
context:
space:
mode:
authorerihel <erihel@gmail.com>2012-08-12 18:37:11 +0200
committererihel <erihel@gmail.com>2012-08-12 18:37:11 +0200
commit62b545128f37746c343760e464872655b5523c6f (patch)
tree8eb3fbd914cfea11660534b296bfddcffcc5f7b4 /src/sound/sound.h
parentf01296690e7b86f3894b902779c4239d0a2b8277 (diff)
downloadcolobot-62b545128f37746c343760e464872655b5523c6f.tar.gz
colobot-62b545128f37746c343760e464872655b5523c6f.tar.bz2
colobot-62b545128f37746c343760e464872655b5523c6f.zip
* Final changes to plugin interface
* Added doxygen comments to plugin manager and plugin loader
Diffstat (limited to 'src/sound/sound.h')
-rw-r--r--src/sound/sound.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sound/sound.h b/src/sound/sound.h
index f18a76a..45ec7e1 100644
--- a/src/sound/sound.h
+++ b/src/sound/sound.h
@@ -15,10 +15,10 @@
// * You should have received a copy of the GNU General Public License
// * along with this program. If not, see http://www.gnu.org/licenses/.
-// soundinterface.h
+// sound.h
/**
- * @file sound/soundinterface.h
+ * @file sound/sound.h
* @brief Sound plugin interface
*/
@@ -39,7 +39,7 @@
/**
* \public
- * \enum Sound sound/soundinterface.h
+ * \enum Sound sound/sound.h
* \brief Sound enum representing sound file
**/
enum Sound
@@ -131,7 +131,7 @@ enum Sound
/**
* \public
- * \enum SoundNext sound/soundinterface.h
+ * \enum SoundNext sound/sound.h
* \brief Enum representing operation that will be performend on a sound at given time
**/
enum SoundNext