mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 23:05:36 -04:00
daf45f768d
* 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 */
|