From 3a527e1c57363941e9acdfae7cb5180e41f6c6c1 Mon Sep 17 00:00:00 2001 From: skyjake Date: Sat, 30 Aug 2003 15:27:52 +0000 Subject: [PATCH] Added filename_t (256 * char) --- doomsday/Include/dd_types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/doomsday/Include/dd_types.h b/doomsday/Include/dd_types.h index ba43584da0..70066013c2 100644 --- a/doomsday/Include/dd_types.h +++ b/doomsday/Include/dd_types.h @@ -15,6 +15,7 @@ typedef unsigned short nodeindex_t; typedef unsigned short thid_t; typedef unsigned char byte; typedef struct directory_s directory_t; +typedef char filename_t[256]; #ifdef __cplusplus # define boolean int