rename network.h to network.hpp

This commit is contained in:
gamingdoom
2023-10-16 17:33:52 -07:00
parent 839bb48cd6
commit 54e1beb548
10 changed files with 12 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
/// Created by Anonymous275 on 5/8/2020
///
#include "Zlib/Compressor.h"
#include "Network/network.h"
#include "Network/network.hpp"
#include <ws2tcpip.h>
#include "Logger.h"