mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-14 06:04:22 -04:00
19 lines
311 B
C++
19 lines
311 B
C++
#ifndef JPADRAWSETUPTEV_H
|
|
#define JPADRAWSETUPTEV_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
class JPABaseShape;
|
|
class JPAExTexShape;
|
|
|
|
class JPADrawSetupTev {
|
|
public:
|
|
void setupTev(JPABaseShape* param_1, JPAExTexShape* param_2);
|
|
|
|
u8 field_0x0;
|
|
u8 field_0x1;
|
|
u8 field_0x2;
|
|
};
|
|
|
|
#endif /* JPADRAWSETUPTEV_H */
|