]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Stereo.h
Oops, committed by mistake a temporary commenting of code
[lugaru.git] / Source / Stereo.h
index 32945ec1bfb0047fe7bc549c3f87616f50b4baba..8e70e5ec0fc559d0778a60a25542bb52f6efea17 100644 (file)
@@ -1,5 +1,6 @@
 /*
 Copyright (C) 2003, 2010 - Wolfire Games
+Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file)
 
 This file is part of Lugaru.
 
@@ -46,6 +47,6 @@ extern bool  stereoreverse;
 
 bool CanInitStereo(StereoMode mode);
 void InitStereo(StereoMode mode);
-const char* StereoModeName(StereoMode mode);
+const std::string StereoModeName(StereoMode mode);
 
 #endif