mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-05-04 13:33:53 +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
|