diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2024-12-29 07:53:54 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-29 17:53:54 +0200 |
| commit | 0e281cb97535523a3d1a4f668bc84321bc39fb46 (patch) | |
| tree | 2f8d939c992c30dcad7a904aa1024041cf3c85fa /src/JSystem/JUtility/JUTAssert.cpp | |
| parent | c429ce21eb7cf4687da596c51fbc47249fbe4c13 (diff) | |
various matches / cleanup (#2271)
* cleanup various TUs
* checkpoint
* d_attention doc
Diffstat (limited to 'src/JSystem/JUtility/JUTAssert.cpp')
| -rw-r--r-- | src/JSystem/JUtility/JUTAssert.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/JSystem/JUtility/JUTAssert.cpp b/src/JSystem/JUtility/JUTAssert.cpp index 61bed4e37e..e6715ef1c4 100644 --- a/src/JSystem/JUtility/JUTAssert.cpp +++ b/src/JSystem/JUtility/JUTAssert.cpp @@ -9,6 +9,9 @@ #include "JSystem/JUtility/JUTDirectPrint.h" #include "stdio.h" +/* 804508F8-80450900 000378 0008+00 0/0 3/3 0/0 .sdata None */ +bool sAssertVisible = true; + namespace JUTAssertion { /* 802E495C-802E4960 2DF29C 0004+00 0/0 1/1 0/0 .text create__12JUTAssertionFv */ @@ -222,4 +225,4 @@ void setMessageCount(int msg_count) { sMessageLife = msg_count <= 0 ? 0 : msg_count; } -}; // namespace JUTAssertion
\ No newline at end of file +}; // namespace JUTAssertion |
