Added configs, fixed socket object in main.cpp
This commit is contained in:
parent
8ca744f936
commit
200af33eff
3 changed files with 20 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ Logger log;
|
|||
|
||||
int main() {
|
||||
log.raw("mcc v0.0.0");
|
||||
Network::Socket socket;
|
||||
Socket socket;
|
||||
socket.winInit();
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue