mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-13 19:35:28 +00:00
First proper commit.
This commit is contained in:
parent
be78236d36
commit
087f561f77
14086 changed files with 1200489 additions and 1 deletions
16
include/unk.h
Normal file
16
include/unk.h
Normal file
|
@ -0,0 +1,16 @@
|
|||
#ifndef _UNK_H_
|
||||
#define _UNK_H_
|
||||
|
||||
#define UNK_TYPE s32
|
||||
#define UNK_TYPE1 s8
|
||||
#define UNK_TYPE2 s16
|
||||
#define UNK_TYPE4 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
|
||||
#define UNK_SIZE 1
|
||||
#define UNK_LINE 1
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue