mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-04-12 11:06:02 +00:00
c
#include <iostream>
This commit is contained in:
11
src/network.cpp
Normal file
11
src/network.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
#include <iostream>
|
||||
#include "enet/enet.h"
|
||||
#pragma comment(lib,"ws2_32.lib")
|
||||
#pragma comment(lib,"winmm.lib")
|
||||
#pragma comment(lib,"enet.lib")
|
||||
|
||||
void start() {
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user