Skip to content

Commit

Permalink
ZNODE/ZLIB writing is now under context
Browse files Browse the repository at this point in the history
  • Loading branch information
ioan-chera committed Nov 5, 2023
1 parent 10f8f05 commit 0a265b7
Show file tree
Hide file tree
Showing 2 changed files with 193 additions and 178 deletions.
5 changes: 0 additions & 5 deletions src/bsp.h
Original file line number Diff line number Diff line change
Expand Up @@ -423,11 +423,6 @@ subsec_t *NewSubsec();
node_t *NewNode();
walltip_t *NewWallTip();

// Zlib compression support
void ZLibBeginLump(Lump_c *lump);
void ZLibAppendLump(const void *data, int length);
void ZLibFinishLump(void);

/* limit flags, to show what went wrong */
#define LIMIT_VERTEXES 0x000001
#define LIMIT_SECTORS 0x000002
Expand Down
Loading

0 comments on commit 0a265b7

Please sign in to comment.