mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-23 06:54:16 -04:00
19 lines
341 B
C++
19 lines
341 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);
|
|
|
|
/* 0x0 */ u8 field_0x0;
|
|
/* 0x1 */ u8 field_0x1;
|
|
/* 0x2 */ u8 field_0x2;
|
|
};
|
|
|
|
#endif /* JPADRAWSETUPTEV_H */
|