mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-27 16:12:54 -04:00
adb95b135c
Original repository: https://github.com/encounter/ww
12 lines
166 B
C++
12 lines
166 B
C++
#ifndef D_PARTICLE_NAME
|
|
#define D_PARTICLE_NAME
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
namespace dPa_name {
|
|
u16 j_o_id[];
|
|
u16 s_o_id[];
|
|
}
|
|
|
|
#endif /* D_PARTICLE_NAME */
|