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/Utility/waveform_obj_serializer.h')
-rw-r--r--Source/Utility/waveform_obj_serializer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Utility/waveform_obj_serializer.h b/Source/Utility/waveform_obj_serializer.h
index 49bdcb4f..8423f3a7 100644
--- a/Source/Utility/waveform_obj_serializer.h
+++ b/Source/Utility/waveform_obj_serializer.h
@@ -1,7 +1,7 @@
//-----------------------------------------------------------------------------
// Name: waveform_obj_serializer.h
// Developer: Wolfire Games LLC
-// Description:
+// Description:
// License: Read below
//-----------------------------------------------------------------------------
//
@@ -26,7 +26,7 @@
#include <string>
#include <vector>
-using std::vector;
using std::string;
+using std::vector;
void SerializeToObj(const string& path, const vector<float>& vertices, const vector<uint32_t>& indices);