Skip to content

Commit

Permalink
add PROCESS_ALL
Browse files Browse the repository at this point in the history
  • Loading branch information
rfomin committed Nov 27, 2024
1 parent 1475f59 commit 9431ebe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/w_wad.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ boolean W_AddPath(const char *path);
typedef enum
{
PROCESS_PWAD = 0x01,
PROCESS_IWAD = 0x02
PROCESS_IWAD = 0x02,
PROCESS_ALL = 0x03
} process_wad_t;

void W_ProcessInWads(const char *name, void (*process)(int lumpnum),
Expand Down

0 comments on commit 9431ebe

Please sign in to comment.