mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-23 14:41:33 -04:00
b6efeb1e11
* d_map_path_dmap work * d_map_path_dmap OK * Probable inheritance for dalv4CandleDemoTag_c * daObjFuta_c OK * daObjHHASHI_c OK
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 |