From 837fc4b7cc7a84990352003f36009f8f0feed825 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Fri, 19 Jan 2024 23:19:36 +0100 Subject: [PATCH] Update README.md [skip ci] --- tools/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/README.md b/tools/README.md index 75a25668..6d8ec1a7 100644 --- a/tools/README.md +++ b/tools/README.md @@ -86,7 +86,7 @@ public: virtual MxResult Create(MxU32 p_frequencyMS, MxBool p_createThread); // vtable+0x28 ``` -## Class size +## Class size (**WIP**) Classes should be annotated using the `SIZE` marker to indicate their size. If you are unsure about the class size in the original binary, please use the currently available information (known member variables) and detail the circumstances in an extra comment if necessary.