mirror of https://github.com/nmlgc/ReC98.git
6 lines
159 B
C
6 lines
159 B
C
|
// Shared packfile declarations
|
||
|
// ----------------------------
|
||
|
|
||
|
// Maximum name of a file name inside a packfile. (8.3 + terminating \0)
|
||
|
#define PF_FN_LEN 13
|