Skip to content

Commit

Permalink
Added filename_t (256 * char)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Aug 30, 2003
1 parent 334e3d2 commit 3a527e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/Include/dd_types.h
Expand Up @@ -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
Expand Down

0 comments on commit 3a527e1

Please sign in to comment.