blob: b2dbcba550d72ca0f5d5f47a842c8b1626f9077c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef D_T_FORCE_GET_FLAG_H
#define D_T_FORCE_GET_FLAG_H
#include "d/t/d_tg.h"
class dTgForceGetFlag_c : public dTg_c {
public:
static u32 tearIdxToParam(s32 tearNumber);
private:
};
#endif
|