mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-01 17:27:19 -04:00
12 lines
220 B
C
12 lines
220 B
C
#ifndef D_PARTICLE_D_PARTICLE_NAME_H
|
|
#define D_PARTICLE_D_PARTICLE_NAME_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
struct dPa_name {
|
|
static u16 j_o_id[5];
|
|
static u16 s_o_id[14];
|
|
};
|
|
|
|
#endif /* D_PARTICLE_D_PARTICLE_NAME_H */
|