Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
rubberduckycooly
GitHub Repository: rubberduckycooly/Sonic-Mania-Decompilation
Path: blob/master/SonicMania/Objects/Helpers/PlayerHelpers.c
338 views
1
// ---------------------------------------------------------------------
2
// RSDK Project: Sonic Mania
3
// Object Description: PlayerHelpers Object
4
// Object Author: Christian Whitehead/Simon Thomley/Hunter Bridges
5
// Decompiled by: Rubberduckycooly & RMGRich
6
// ---------------------------------------------------------------------
7
8
#include "Game.h"
9
10
ObjectPlayerHelpers *PlayerHelpers = NULL;
11
12
// NOTE:
13
// I'm not actually sure *what* this object was for
14
// I've never seen definitive proof of any funcs this object may have once had so be it what you will
15
16
void PlayerHelpers_Update(void) {}
17
18
void PlayerHelpers_LateUpdate(void) {}
19
20
void PlayerHelpers_StaticUpdate(void) {}
21
22
void PlayerHelpers_Draw(void) {}
23
24
void PlayerHelpers_Create(void *data) {}
25
26
void PlayerHelpers_StageLoad(void) {}
27
28
#if GAME_INCLUDE_EDITOR
29
void PlayerHelpers_EditorDraw(void) {}
30
31
void PlayerHelpers_EditorLoad(void) {}
32
#endif
33
34
void PlayerHelpers_Serialize(void) {}
35
36