mirror of
https://github.com/zeldaret/ss
synced 2026-05-23 06:54:20 -04:00
1180e1f486
* 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>
12 lines
136 B
C++
12 lines
136 B
C++
#ifndef EGG_TEXTURE_H
|
|
#define EGG_TEXTURE_H
|
|
|
|
namespace EGG {
|
|
|
|
// TODO: Implement Members
|
|
struct ResTIMG {};
|
|
|
|
} // namespace EGG
|
|
|
|
#endif
|