Files
tp/include/d/actor/d_a_npc_worm.h
T

23 lines
348 B
C++
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef D_A_NPC_WORM_H
#define D_A_NPC_WORM_H
2024-10-10 07:29:58 -07:00
#include "d/actor/d_a_npc.h"
2024-06-05 09:54:15 -06:00
/**
* @ingroup actors-npcs
* @class npc_worm_class
* @brief Worm
*
* @details
*
*/
class npc_worm_class : public fopAc_ac_c {
private:
/* 0x568 */ u8 field_0x568[0x5ec - 0x568];
};
2024-06-10 01:34:52 -06:00
2024-06-05 09:54:15 -06:00
STATIC_ASSERT(sizeof(npc_worm_class) == 0x5ec);
2021-03-28 22:49:05 +02:00
#endif /* D_A_NPC_WORM_H */