mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-04-11 21:16:02 +00:00
11 lines
162 B
C++
11 lines
162 B
C++
|
|
#include <iostream>
|
|
#include "enet/enet.h"
|
|
#pragma comment(lib,"ws2_32.lib")
|
|
#pragma comment(lib,"winmm.lib")
|
|
#pragma comment(lib,"enet.lib")
|
|
|
|
void start() {
|
|
|
|
|
|
} |