summaryrefslogtreecommitdiff
path: root/src/SSystem/SComponent/c_math.cpp
diff options
context:
space:
mode:
authorLuke Street <luke.street@encounterpc.com>2023-09-10 00:42:26 -0400
committerLuke Street <luke.street@encounterpc.com>2023-09-10 00:48:55 -0400
commitadb95b135c3d7498eba29bbd9728d345eed5a407 (patch)
tree655575b939c12067569263171b68c079b1a232c8 /src/SSystem/SComponent/c_math.cpp
parent81ac53f1317dafb3506ae3ed8b2820d40645c3c8 (diff)
Import project
Original repository: https://github.com/encounter/ww
Diffstat (limited to 'src/SSystem/SComponent/c_math.cpp')
-rw-r--r--src/SSystem/SComponent/c_math.cpp52
1 files changed, 52 insertions, 0 deletions
diff --git a/src/SSystem/SComponent/c_math.cpp b/src/SSystem/SComponent/c_math.cpp
new file mode 100644
index 00000000..0086018d
--- /dev/null
+++ b/src/SSystem/SComponent/c_math.cpp
@@ -0,0 +1,52 @@
+//
+// Generated by dtk
+// Translation Unit: c_math.cpp
+//
+
+#include "SSystem/SComponent/c_math.h"
+#include "dolphin/types.h"
+
+/* 80246044-8024609C .text cM_rad2s__Ff */
+void cM_rad2s(float) {
+ /* Nonmatching */
+}
+
+/* 8024609C-802460D0 .text U_GetAtanTable__Fff */
+void U_GetAtanTable(float, float) {
+ /* Nonmatching */
+}
+
+/* 802460D0-80246270 .text cM_atan2s__Fff */
+void cM_atan2s(float, float) {
+ /* Nonmatching */
+}
+
+/* 80246270-802462B8 .text cM_atan2f__Fff */
+void cM_atan2f(float, float) {
+ /* Nonmatching */
+}
+
+/* 802462B8-802462C8 .text cM_initRnd__Fiii */
+void cM_initRnd(int, int, int) {
+ /* Nonmatching */
+}
+
+/* 802462C8-802463B0 .text cM_rnd__Fv */
+void cM_rnd() {
+ /* Nonmatching */
+}
+
+/* 802463B0-802463E8 .text cM_rndF__Ff */
+void cM_rndF(float) {
+ /* Nonmatching */
+}
+
+/* 802463E8-80246430 .text cM_rndFX__Ff */
+void cM_rndFX(float) {
+ /* Nonmatching */
+}
+
+/* 80246430-80246440 .text cM_initRnd2__Fiii */
+void cM_initRnd2(int, int, int) {
+ /* Nonmatching */
+}