mirror of
https://github.com/encounter/Petari.git
synced 2026-03-30 11:34:15 -07:00
19 lines
294 B
C++
19 lines
294 B
C++
#pragma once
|
|
|
|
#include <revolution.h>
|
|
|
|
class J3DModelData;
|
|
|
|
namespace MR {
|
|
void setupShadowVolumeDraw();
|
|
|
|
void drawSimpleModel(J3DModelData*);
|
|
|
|
void loadTexProjectionMtx(u32);
|
|
|
|
void reinitGX();
|
|
|
|
void fillScreen(const _GXColor&);
|
|
|
|
void clearZBuffer();
|
|
}; // namespace MR
|