mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-06 02:38:11 -04:00
Various J3D inline fixes
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifndef GDGEOMETRY_H
|
||||
#define GDGEOMETRY_H
|
||||
|
||||
#include "dolphin/gx/GX.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
@@ -505,8 +506,6 @@ extern "C" {
|
||||
(u32)(p5) << 24 \
|
||||
)
|
||||
|
||||
typedef struct _GXVtxDescList GXVtxDescList;
|
||||
|
||||
void GDSetVtxDescv(GXVtxDescList*);
|
||||
void GDSetArray(GXAttr attr, void* data, u8 stride);
|
||||
void GDSetArrayRaw(GXAttr attr, u32 data, u8 stride);
|
||||
|
||||
Reference in New Issue
Block a user