summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-02-03 13:39:15 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-02-03 13:39:15 -0400
commita68704403ab88657d4abaad25f673bf40267931a (patch)
treec4cd8708ed841a112a8a643c78842c5eb3ab2bd9 /src
parent06623f2b33fc9975e52d431eaa45526899ff1b3c (diff)
TObject, TMainTask: Make object names extern, and declare them in
`TObject.cpp` This is to make it match the order in the original binary.
Diffstat (limited to 'src')
-rw-r--r--src/pso/TObject.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pso/TObject.cpp b/src/pso/TObject.cpp
index eff743b..4a57d0b 100644
--- a/src/pso/TObject.cpp
+++ b/src/pso/TObject.cpp
@@ -6,6 +6,9 @@ TMainTask main_task;
TObject global_obj1;
TObject global_obj2;
+OBJECT_NAME(TObject)
+OBJECT_NAME(TMainTask)
+
void debug_print(const char *fmt) {
}