mirror of
https://github.com/zeldaret/tp
synced 2026-05-31 09:22:07 -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 */
|