comparison src/dmpack.h @ 995:aeafd6d44465

Move and rename a constant define.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 01 Mar 2015 02:39:18 +0200
parents 1e5cf1144f36
children 7a781c1285d9
comparison
equal deleted inserted replaced
994:e8de4fbc03b6 995:aeafd6d44465
9 #include "dmlib.h" 9 #include "dmlib.h"
10 10
11 11
12 #define DPACK_IDENT "TNSPDPCK" // Magic ident 12 #define DPACK_IDENT "TNSPDPCK" // Magic ident
13 #define DPACK_VERSION (0x0120) // Version 13 #define DPACK_VERSION (0x0120) // Version
14 #define DPACK_TMPSIZE (128 * 1024)
15 14
16 15
17 typedef struct _DMPackEntry 16 typedef struct _DMPackEntry
18 { 17 {
19 char filename[DMRES_NAME_LEN]; 18 char filename[DMRES_NAME_LEN];