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/decalfile.h')
-rw-r--r--Source/Asset/Asset/decalfile.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Asset/Asset/decalfile.h b/Source/Asset/Asset/decalfile.h
index 965b4b7f..39ba846e 100644
--- a/Source/Asset/Asset/decalfile.h
+++ b/Source/Asset/Asset/decalfile.h
@@ -34,19 +34,19 @@
#include <vector>
class DecalFile : public AssetInfo {
-public:
+ public:
std::string color_map;
std::string normal_map;
std::string shader_name;
int special_type;
- DecalFile( AssetManager* owner, uint32_t asset_id );
+ DecalFile(AssetManager* owner, uint32_t asset_id);
static AssetType GetType() { return DECAL_FILE_ASSET; }
static const char* GetTypeName() { return "DECAL_FILE_ASSET"; }
static bool AssetWarning() { return true; }
int sub_error;
- int Load(const std::string &path, uint32_t load_flags);
+ int Load(const std::string& path, uint32_t load_flags);
const char* GetLoadErrorString();
const char* GetLoadErrorStringExtended() { return ""; }
void Unload();