Add fsh_t type for filesystem handles

This commit is contained in:
2025-10-29 15:39:46 +01:00
parent 815c2239fe
commit 7db6a8e130
3 changed files with 4 additions and 2 deletions

View File

@ -21,4 +21,6 @@ typedef struct {
char name[0x100];
} FsDirent;
typedef int32_t fsh_t;
#endif // SHARE_SYSDEFS_FS_H_