Added network file

Added network file
This commit is contained in:
jojos38
2020-01-28 11:34:37 +01:00
parent 50fe521d47
commit b63824727a
5 changed files with 81 additions and 5 deletions

View File

@@ -1,7 +1,8 @@
//
// Created by Антон on 28.01.2020.
//
int main() {
}
#include "main.h"
int main() {
}

View File

@@ -5,10 +5,8 @@
#ifndef BEAMNG_MP_SERVER_MAIN_H
#define BEAMNG_MP_SERVER_MAIN_H
class main {
};
#endif //BEAMNG_MP_SERVER_MAIN_H

11
src/network.cpp Normal file
View 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() {
}