Fixed include in Socket.hpp
This commit is contained in:
parent
22a37fdd31
commit
f491d5179b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
#include <winsock2.h>
|
||||
#include "../Core/Logger.hpp"
|
||||
#include "Logger.hpp"
|
||||
|
||||
#define NET_SOCK_ADDR "0.0.0.0"
|
||||
#define NET_SOCK_PORT 25565
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue