Clean up conditional compilation a bit (#2943)

This commit is contained in:
Max Roncace
2025-12-11 18:34:16 -05:00
committed by GitHub
parent ae4ad9f477
commit 8ad2d661a2
32 changed files with 101 additions and 94 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
class Z2SoundStarter;
class Z2SoundObjBase : public Z2SoundHandles
#if VERSION == VERSION_SHIELD_DEBUG
#if DEBUG
, public JSULink<Z2SoundObjBase>
#endif
{