mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-05-02 20:54:03 +00:00
7 lines
96 B
C
7 lines
96 B
C
|
|
#ifndef BC_FILE_INODE_H
|
||
|
|
#define BC_FILE_INODE_H
|
||
|
|
|
||
|
|
typedef int32_t Blizzard__File__INODE;
|
||
|
|
|
||
|
|
#endif
|