mirror of
https://github.com/zeldaret/ss
synced 2026-07-04 20:55:29 -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>
11 lines
189 B
C++
11 lines
189 B
C++
#ifndef D_A_EN_BASE_H
|
|
#define D_A_EN_BASE_H
|
|
|
|
#include "d/a/obj/d_a_obj_base.h"
|
|
|
|
// Ghidra: ActorEnemyBase
|
|
// size:
|
|
// non-official name
|
|
class dAcEnBase_c : public dAcObjBase_c {};
|
|
#endif
|