mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-23 06:54:16 -04:00
9 lines
213 B
C
9 lines
213 B
C
#ifndef JRENDERER_H
|
|
#define JRENDERER_H
|
|
|
|
#include "dolphin/gx/GX.h"
|
|
|
|
void JRNLoadTexCached(GXTexMapID id, u32 addr_even, GXTexCacheSize size_even, u32 addr_odd, GXTexCacheSize size_odd);
|
|
|
|
#endif /* JRENDERER_H */
|