mirror of
https://github.com/zeldaret/ss
synced 2026-09-01 17:39:55 -04:00
Some misc graphics stuff
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
#ifndef EGG_CPU_TEXTURE_H
|
||||
#define EGG_CPU_TEXTURE_H
|
||||
|
||||
#include "rvl/GX/GXTexture.h"
|
||||
namespace EGG {
|
||||
|
||||
class CpuTexture {};
|
||||
class CpuTexture {
|
||||
|
||||
public:
|
||||
void GetTexObj(GXTexObj *) const;
|
||||
};
|
||||
|
||||
} // namespace EGG
|
||||
|
||||
|
||||
Reference in New Issue
Block a user