1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-04 15:26:00 +02:00

Renamed Compress.cpp to Compression.cpp

This commit is contained in:
Brian Fiete 2023-06-28 16:20:26 -04:00
parent 2ead8e5377
commit ba0ff23e9d
6 changed files with 9 additions and 9 deletions

View file

@ -1,4 +1,4 @@
#include "Compress.h"
#include "Compression.h"
#include "third_party/zlib/zlib.h"
#include "TLSingleton.h"