Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Graphics/lipsyncsystem.h')
-rw-r--r--Source/Graphics/lipsyncsystem.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/Source/Graphics/lipsyncsystem.h b/Source/Graphics/lipsyncsystem.h
index bd42257d..b49b1796 100644
--- a/Source/Graphics/lipsyncsystem.h
+++ b/Source/Graphics/lipsyncsystem.h
@@ -1,7 +1,7 @@
//-----------------------------------------------------------------------------
// Name: lipsyncsystem.h
// Developer: Wolfire Games LLC
-// Description:
+// Description:
// License: Read below
//-----------------------------------------------------------------------------
//
@@ -27,9 +27,8 @@
#include <string>
#include <map>
-class LipSyncSystem
-{
-public:
+class LipSyncSystem {
+ public:
LipSyncSystem();
std::vector<std::map<std::string, int> > phn2vis;