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/assetinfobase.h')
-rw-r--r--Source/Asset/assetinfobase.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/Source/Asset/assetinfobase.h b/Source/Asset/assetinfobase.h
index 94fd2343..33b935ff 100644
--- a/Source/Asset/assetinfobase.h
+++ b/Source/Asset/assetinfobase.h
@@ -21,7 +21,7 @@
// limitations under the License.
//
//-----------------------------------------------------------------------------
-#pragma once
+#pragma once
#include <Internal/path_set.h>
@@ -29,9 +29,9 @@
#include <Asset/assetmanager.h>
class AssetInfo : public Asset {
-public:
- AssetInfo( AssetManager* owner, uint32_t asset_id );
- virtual void Print(){}
- virtual void SetDefaults(){}
- virtual void ReturnPaths(PathSet &path_set){}
+ public:
+ AssetInfo(AssetManager* owner, uint32_t asset_id);
+ virtual void Print() {}
+ virtual void SetDefaults() {}
+ virtual void ReturnPaths(PathSet& path_set) {}
};