mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-25 07:02:47 -04:00
6485634db3
* move some JSystem and meter2_info stuff * more J2D / JUTTexture / JUTPalette * setup dScnKy_env_light_c
15 lines
226 B
C++
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 */
|