summaryrefslogtreecommitdiff
path: root/include/Z2AudioLib/Z2DebugSys.h
blob: 285228d3e1cd4d8d302281fca36886e73a8c0941 (plain)
1
2
3
4
5
6
7
8
9
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