mirror of
https://github.com/encounter/Petari.git
synced 2026-03-30 11:34:15 -07:00
13 lines
243 B
C++
13 lines
243 B
C++
#pragma once
|
|
|
|
#include <revolution.h>
|
|
#include "JSystem/JUtility/JUTTexture.hpp"
|
|
|
|
namespace ImageEffectLocalUtil {
|
|
enum ETexDrawType {
|
|
|
|
};
|
|
|
|
void setupDrawTexture();
|
|
void drawTexture(JUTTexture *, s32, s32, u8, ETexDrawType);
|
|
}; |