mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
Dump current status
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#ifndef _UNK_H_
|
||||
#define _UNK_H_
|
||||
|
||||
#include <PR/ultratypes.h>
|
||||
|
||||
#define UNK_TYPE s32
|
||||
#define UNK_PTR void*
|
||||
#define UNK_RET void
|
||||
#define UNK_FUN_ARG void(*)(void)
|
||||
#define UNK_FUN_PTR(name) void(*name)(void)
|
||||
#define UNK_ARGS void
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user