diff options
author | Max <mparisi@stevens.edu> | 2020-11-06 20:52:45 -0500 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-11-06 20:52:45 -0500 |
commit | 3e5884629d7d078c791a2c8bae9d93042f06dcab (patch) | |
tree | a224fd4c07715992b6f750e73a6d7bacc04f32ca | |
parent | 29b23333a2b0dab134b41b2092c96e27a8f88f88 (diff) |
comments
-rw-r--r-- | include/GShierMemObject.h | 4 | ||||
-rw-r--r-- | src/code_801DD5C8.cpp | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/include/GShierMemObject.h b/include/GShierMemObject.h index 28a4701..aaec6fb 100644 --- a/include/GShierMemObject.h +++ b/include/GShierMemObject.h @@ -7,8 +7,8 @@ extern MEMHeapHandle lbl_8063E8F8;
// Note: This is the root base class for various classes such as GScamera,
-// GSlight, GSmodel, etc. Instances of these classes are all new/deleted using an alternative set of
-// routines than the global new and delete, which we infer is defined inline here.
+// GSlight, GSmodel, etc. Instances of these classes seem to be new/deleted using an alternative set of
+// routines than the global new and delete, which may be defined inline here.
class GShierMemObject
{
diff --git a/src/code_801DD5C8.cpp b/src/code_801DD5C8.cpp index 7181c7e..7fb6cc4 100644 --- a/src/code_801DD5C8.cpp +++ b/src/code_801DD5C8.cpp @@ -3,8 +3,7 @@ static ctorStruct gUnk8063F348(1, 4, 0);
-// gUnkClass7.cpp
-// TODO: convert to C++ member functions?
+// gUnkClass7 implementation
extern "C" {
|