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/actorfile.h')
-rw-r--r--Source/Asset/Asset/actorfile.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Asset/Asset/actorfile.h b/Source/Asset/Asset/actorfile.h
index dfdd626a..89371755 100644
--- a/Source/Asset/Asset/actorfile.h
+++ b/Source/Asset/Asset/actorfile.h
@@ -34,8 +34,8 @@
using std::string;
class ActorFile : public AssetInfo {
-public:
- ActorFile( AssetManager *owner, uint32_t asset_id );
+ public:
+ ActorFile(AssetManager* owner, uint32_t asset_id);
static AssetType GetType() { return ACTOR_FILE_ASSET; }
static const char* GetTypeName() { return "ACTOR_FILE_ASSET"; }
@@ -44,7 +44,7 @@ public:
int load_error;
- int Load(const string &path, uint32_t load_flags);
+ int Load(const string& path, uint32_t load_flags);
const char* GetLoadErrorString();
const char* GetLoadErrorStringExtended() { return ""; }