diff options
| author | KiritoDv <36680385+KiritoDv@users.noreply.github.com> | 2025-05-16 02:44:40 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-05-16 02:44:40 +0000 |
| commit | b53a5dbcfa24ef2aa4860b6d9512709976686de8 (patch) | |
| tree | 441f2bb9c0bc8f955eb9289d19b13beab5c239c5 /src/engine/HM_Intro.h | |
| parent | bdf5ca8d603ae56ac275bebf9fde58ae72484d76 (diff) | |
clang formatclang-format
Diffstat (limited to 'src/engine/HM_Intro.h')
| -rw-r--r-- | src/engine/HM_Intro.h | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/src/engine/HM_Intro.h b/src/engine/HM_Intro.h index 24fe08e35..552056a7f 100644 --- a/src/engine/HM_Intro.h +++ b/src/engine/HM_Intro.h @@ -15,17 +15,20 @@ extern "C" { #ifdef __cplusplus class HarbourMastersIntro { -public: + public: HarbourMastersIntro(); void HM_InitIntro(); void HM_TickIntro(); void HM_DrawIntro(); -private: + + private: void Setup(); void Sync(); - void Bob(FVector& pos, IRotator& rot, f32 bobAmp, f32 bobSpeed, f32 tiltAmp, f32 tiltSpeed, f32 rollAmp, f32 rollSpeed); - void SpagBob(FVector& pos, IRotator& rot, f32 bobAmp, f32 bobSpeed, f32 tiltAmp, f32 tiltSpeed, f32 rollAmp, f32 rollSpeed); + void Bob(FVector& pos, IRotator& rot, f32 bobAmp, f32 bobSpeed, f32 tiltAmp, f32 tiltSpeed, f32 rollAmp, + f32 rollSpeed); + void SpagBob(FVector& pos, IRotator& rot, f32 bobAmp, f32 bobSpeed, f32 tiltAmp, f32 tiltSpeed, f32 rollAmp, + f32 rollSpeed); void MoveCloserToCamera(float moveSpeed); struct HMCamera { @@ -75,4 +78,4 @@ void HM_DrawIntro(void); } #endif -#endif // _HM_INTRO_H
\ No newline at end of file +#endif // _HM_INTRO_H |
