summaryrefslogtreecommitdiff
path: root/src/engine/objects/Seagull.h
diff options
context:
space:
mode:
authorKiritoDv <36680385+KiritoDv@users.noreply.github.com>2025-05-16 02:44:40 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2025-05-16 02:44:40 +0000
commitb53a5dbcfa24ef2aa4860b6d9512709976686de8 (patch)
tree441f2bb9c0bc8f955eb9289d19b13beab5c239c5 /src/engine/objects/Seagull.h
parentbdf5ca8d603ae56ac275bebf9fde58ae72484d76 (diff)
clang formatclang-format
Diffstat (limited to 'src/engine/objects/Seagull.h')
-rw-r--r--src/engine/objects/Seagull.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/engine/objects/Seagull.h b/src/engine/objects/Seagull.h
index 42474159e..a5ee71b38 100644
--- a/src/engine/objects/Seagull.h
+++ b/src/engine/objects/Seagull.h
@@ -18,7 +18,7 @@ extern "C" {
//! @todo unk_0D5 needs to be a struct variable probably. What does it do? Behaviour?
class OSeagull : public OObject {
-public:
+ public:
explicit OSeagull(FVector pos);
~OSeagull() {
@@ -37,11 +37,12 @@ public:
void func_8008275C(s32 objectIndex);
void func_8008241C(s32 objectIndex, s32 arg1);
void func_80082714(s32 objectIndex, s32 arg1);
-private:
+
+ private:
FVector _pos;
static size_t _count;
s32 _idx;
bool _toggle;
- SplineData *spline;
+ SplineData* spline;
};