Add fsh_t type for filesystem handles
This commit is contained in:
@ -21,4 +21,6 @@ typedef struct {
|
||||
char name[0x100];
|
||||
} FsDirent;
|
||||
|
||||
typedef int32_t fsh_t;
|
||||
|
||||
#endif // SHARE_SYSDEFS_FS_H_
|
||||
|
||||
Reference in New Issue
Block a user