mirror of
https://github.com/encounter/tp.git
synced 2026-03-30 11:40:53 -07:00
10 lines
198 B
C
10 lines
198 B
C
|
|
#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
|