diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2024-10-08 01:32:29 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-07 15:32:29 -0700 |
| commit | 1f3948e40ef095bb758914cce6fc652091cf4f4a (patch) | |
| tree | a7d2c024e62d8824b13d20c6d4bebea57f2205b9 /include/Z2AudioLib/Z2DebugSys.h | |
| parent | 24b6124609b03acc800b2b8231567f13b3f0b0c8 (diff) | |
d_map_path_dmap OK (#2201)
* d_map_path_dmap work
* d_map_path_dmap OK
* Probable inheritance for dalv4CandleDemoTag_c
* daObjFuta_c OK
* daObjHHASHI_c OK
Diffstat (limited to 'include/Z2AudioLib/Z2DebugSys.h')
| -rw-r--r-- | include/Z2AudioLib/Z2DebugSys.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/Z2AudioLib/Z2DebugSys.h b/include/Z2AudioLib/Z2DebugSys.h new file mode 100644 index 0000000000..285228d3e1 --- /dev/null +++ b/include/Z2AudioLib/Z2DebugSys.h @@ -0,0 +1,10 @@ +#ifndef Z2DEBUGSYS_H +#define Z2DEBUGSYS_H + +#include "JSystem/JAudio2/JASGadget.h" + +// Only here for instance sub. No known code. +struct Z2DebugSys : public JASGlobalInstance<Z2DebugSys> { +}; + +#endif
\ No newline at end of file |
