summaryrefslogtreecommitdiff
path: root/src/m_Do/m_Do_controller_pad.cpp
diff options
context:
space:
mode:
authorlepelog <lepelog@users.noreply.github.com>2021-02-19 16:51:02 +0100
committerGitHub <noreply@github.com>2021-02-19 10:51:02 -0500
commit5c83d2532c610dc9eb5fb4f36c250174c79964e4 (patch)
tree6ce0030966f7095704ec09f70f96855444e711d5 /src/m_Do/m_Do_controller_pad.cpp
parentbbf1d1c34c015fe92d326fbab6f241b1f6c7fb4f (diff)
Decompile some SComponent data and some MSL_C.PPCEABI.bare.H headers (#115)
* data for c_angle * data c_sxyz * partially migrated c_xyz data * c_xyz data * c_xyz data decomp * c_math data * c_math data * c_lib data, some cleanup * rename some unnamed functions and create header for them * header for string functions * format and fix fabsf * cleanup * remove more unneded function prototypes * move fpclassify to math.h
Diffstat (limited to 'src/m_Do/m_Do_controller_pad.cpp')
-rw-r--r--src/m_Do/m_Do_controller_pad.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m_Do/m_Do_controller_pad.cpp b/src/m_Do/m_Do_controller_pad.cpp
index f36a1da745..66d16be5c9 100644
--- a/src/m_Do/m_Do_controller_pad.cpp
+++ b/src/m_Do/m_Do_controller_pad.cpp
@@ -1,6 +1,6 @@
#include "m_Do/m_Do_controller_pad/m_Do_controller_pad.h"
#include "JSystem/JUtility/JUTGamePad/JUTGamePad.h"
-#include "c/cLib.h"
+#include "SComponent/c_lib.h"
#include "global.h"
#include "m_Do/m_Do_Reset/m_Do_Reset.h"
#include "m_Do/m_Do_main/m_Do_main.h"