Files
tp/include/d/d_event/d_event/d_event.h
T
6a16bef70e d_lib split and partially matched (#30)
* d_lib split and partially matched

* clang-format

* modify some extern labels

* clang-format

Co-authored-by: Pheenoh <pheenoh@gmail.com>
2020-12-29 17:39:36 -05:00

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