summaryrefslogtreecommitdiff
path: root/include/d/t/d_t_lb_thunder.h
blob: adb2f1cb147b1ba70da9c92f3ddbf8bc0ec77158 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef D_T_LB_THUNDER_H
#define D_T_LB_THUNDER_H

#include "d/t/d_tg.h"
#include "s/s_State.hpp"

class dTgLbThunder_c : public dTg_c {
public:
    dTgLbThunder_c() : mStateMgr(*this) {}
    virtual ~dTgLbThunder_c() {}

private:
    /* 0x??? */ STATE_MGR_DECLARE(dTgLbThunder_c);
};

#endif