Files

10 lines
198 B
C
Raw Permalink Normal View History

2024-10-08 01:32:29 +03:00
#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