mirror of
https://github.com/zeldaret/tp
synced 2026-08-04 01:03:47 -04:00
fopKyM_Create OK
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#ifndef F_F_OP_KANKYO_MNG_H_
|
||||
#define F_F_OP_KANKYO_MNG_H_
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "SComponent/c_xyz.h"
|
||||
|
||||
typedef int (*fopKyMCreateFunc)(void*);
|
||||
|
||||
void* fopKyM_CreateAppend(void);
|
||||
f32* createAppend(int param_1, cXyz* param_2, cXyz* param_3);
|
||||
void fopKyM_Delete(void* param_1);
|
||||
void fopKyM_Create(s16 param_1, fopKyMCreateFunc param_2, void* param_3);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user