mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-24 07:10:48 -04:00
12 lines
258 B
C
12 lines
258 B
C
#ifndef GFGEOMETRY_H
|
|
#define GFGEOMETRY_H
|
|
|
|
#include "dolphin/gx/GXAttr.h"
|
|
|
|
void GFSetVtxDescv(GXVtxDescList*);
|
|
void GFSetVtxAttrFmtv(GXVtxFmt, GXVtxAttrFmtList*);
|
|
void GFSetArray(GXAttr, void*, u8);
|
|
void GFSetCullMode(GXCullMode);
|
|
|
|
#endif /* GFGEOMETRY_H */
|