mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
12 lines
225 B
C++
12 lines
225 B
C++
#ifndef D_A_D_A_HORSE_STATIC_H
|
|
#define D_A_D_A_HORSE_STATIC_H
|
|
|
|
#include "dolphin/types.h"
|
|
#include "rel/d/a/e/d_a_e_wb/d_a_e_wb.h"
|
|
|
|
class daTagHstop_c {
|
|
static daTagHstop_c* m_top;
|
|
};
|
|
|
|
#endif /* D_A_D_A_HORSE_STATIC_H */
|