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/Asset/Asset/voicefile.h')
-rw-r--r--Source/Asset/Asset/voicefile.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/Asset/Asset/voicefile.h b/Source/Asset/Asset/voicefile.h
index efc31a8f..a35156fc 100644
--- a/Source/Asset/Asset/voicefile.h
+++ b/Source/Asset/Asset/voicefile.h
@@ -35,16 +35,16 @@ class VoiceFile : public AssetInfo {
std::map<std::string, std::string> voice_paths;
std::string null_string;
-public:
- VoiceFile( AssetManager* owner, uint32_t asset_id );
- const std::string &GetVoicePath(const std::string voice);
- int Load(const std::string &path, uint32_t load_flags);
+ public:
+ VoiceFile(AssetManager* owner, uint32_t asset_id);
+ const std::string& GetVoicePath(const std::string voice);
+ int Load(const std::string& path, uint32_t load_flags);
const char* GetLoadErrorString();
const char* GetLoadErrorStringExtended() { return ""; }
void Unload();
void Reload();
void ReportLoad() override;
- void ReturnPaths(PathSet &path_set) override;
+ void ReturnPaths(PathSet& path_set) override;
static AssetType GetType() { return VOICE_FILE_ASSET; }
static const char* GetTypeName() { return "VOICE_FILE_ASSET"; }
static bool AssetWarning() { return true; }