summaryrefslogtreecommitdiffstats
path: root/src/sound/plugins/oalsound/alsound.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/plugins/oalsound/alsound.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/plugins/oalsound/alsound.h')
-rw-r--r--src/sound/plugins/oalsound/alsound.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sound/plugins/oalsound/alsound.h b/src/sound/plugins/oalsound/alsound.h
index 9265e2c..c1cdb81 100644
--- a/src/sound/plugins/oalsound/alsound.h
+++ b/src/sound/plugins/oalsound/alsound.h
@@ -74,10 +74,10 @@ class ALSound : public CSoundInterface
bool IsPlayingMusic();
// plugin interface
- char* PluginName();
+ std::string PluginName();
int PluginVersion();
void InstallPlugin();
- void UninstallPlugin();
+ bool UninstallPlugin(std::string &);
private:
void CleanUp();