mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-05 03:29:45 -04:00
Merge remote-tracking branch 'origin/main' into mods
# Conflicts: # CMakeLists.txt # include/dusk/gx_helper.h
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifndef J3DSHAPEDRAW_H
|
||||
#define J3DSHAPEDRAW_H
|
||||
|
||||
#include <gx.h>
|
||||
#include <types.h>
|
||||
|
||||
/**
|
||||
@@ -12,6 +13,9 @@ public:
|
||||
u32 countVertex(u32);
|
||||
void addTexMtxIndexInDL(u32, u32, u32);
|
||||
J3DShapeDraw(u8 const*, u32);
|
||||
#if TARGET_PC
|
||||
J3DShapeDraw(u8 const*, u32, const GXVtxDescList*);
|
||||
#endif
|
||||
void draw() const;
|
||||
|
||||
virtual ~J3DShapeDraw();
|
||||
|
||||
Reference in New Issue
Block a user