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

@@ -2,7 +2,7 @@
/// Created by Anonymous275 on 2/23/2021
///
#include "Network/network.h"
#include "Network/network.hpp"
#include <filesystem>
#include "Logger.h"
#include <fstream>