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