summaryrefslogtreecommitdiff
path: root/include/d/actor/d_a_npc_kdk.h
blob: 6f701e33af6ca321c6eadeb9cb9ff1a8de9ac337 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef D_A_NPC_KDK_H
#define D_A_NPC_KDK_H

#include "d/actor/d_a_npc.h"

/**
 * @ingroup actors-npcs
 * @class daNpcKdk_c
 * @brief Temporary Cutscene Guy?
 *
 * @details
 *
 */
class daNpcKdk_c : public fopAc_ac_c {
private:
    /* 0x568 */ u8 field_0x568[0xFA0 - 0x568];
};

STATIC_ASSERT(sizeof(daNpcKdk_c) == 0xFA0);

#endif /* D_A_NPC_KDK_H */