Files
ss/include/egg/gfx/eggTexture.h
T
robojumper 1180e1f486 m3d (#13)
* Initial M3d Pass
* `m_bmdl` and `m_bline` left

---------

Co-authored-by: elijah-thomas774 <elijahthomas774@gmail.com>
Co-authored-by: Elijah Thomas <42302100+elijah-thomas774@users.noreply.github.com>
2024-09-12 16:36:34 -04:00

12 lines
136 B
C++

#ifndef EGG_TEXTURE_H
#define EGG_TEXTURE_H
namespace EGG {
// TODO: Implement Members
struct ResTIMG {};
} // namespace EGG
#endif