mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
* d_lib split and partially matched * clang-format * modify some extern labels * clang-format Co-authored-by: Pheenoh <pheenoh@gmail.com>
12 lines
168 B
C++
12 lines
168 B
C++
#ifndef D_EVENT_H_
|
|
#define D_EVENT_H_
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
class dEvt_control_c {
|
|
public:
|
|
void searchMapEventData(u8 param_1);
|
|
u8 unk[0x130];
|
|
};
|
|
|
|
#endif |