mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-04-29 11:43:51 +00:00
6 lines
96 B
C
6 lines
96 B
C
#ifndef BC_FILE_INODE_H
|
|
#define BC_FILE_INODE_H
|
|
|
|
typedef int32_t Blizzard__File__INODE;
|
|
|
|
#endif
|