aboutsummaryrefslogtreecommitdiff
path: root/primedev/squirrel
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2024-08-26 15:16:11 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2024-08-26 15:16:11 +0200
commit87cbdf9a1690c893122ddbbacf9c441afa852001 (patch)
tree728dc0d4ac2d1c0d8f5a8490e8c45ea69494f927 /primedev/squirrel
parentf6915dc331685574289e7b45e5d2d36b530f50f3 (diff)
downloadNorthstarLauncher-temp/test-formatting-before-push.tar.gz
NorthstarLauncher-temp/test-formatting-before-push.zip
Diffstat (limited to 'primedev/squirrel')
-rw-r--r--primedev/squirrel/squirrelclasstypes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/primedev/squirrel/squirrelclasstypes.h b/primedev/squirrel/squirrelclasstypes.h
index 3a39c957..55897b69 100644
--- a/primedev/squirrel/squirrelclasstypes.h
+++ b/primedev/squirrel/squirrelclasstypes.h
@@ -174,7 +174,8 @@ class SquirrelAsset
{
public:
std::string path;
- SquirrelAsset(std::string path) : path(path) {};
+ SquirrelAsset(std::string path)
+ : path(path) {};
};
#pragma region TypeDefs