Files
tp/include/JSystem/JAudio2/JASGadget.h
T
TakaRikka daf45f768d move J2D / JUTResFont (#144)
* move some JSystem and meter2_info stuff

* more J2D / JUTTexture / JUTPalette

* setup dScnKy_env_light_c
2021-08-28 16:25:03 +02:00

15 lines
226 B
C++

#ifndef JASGADGET_H
#define JASGADGET_H
#include "dolphin/types.h"
template <class T>
class JASGlobalInstance {
public:
// T* getInstance() { return sInstance; }
// static T* sInstance;
};
#endif /* JASGADGET_H */