mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-04 23:06:08 +00:00
c
#include <iostream>
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
//
|
||||
// Created by Антон on 28.01.2020.
|
||||
//
|
||||
int main() {
|
||||
|
||||
}
|
||||
#include "main.h"
|
||||
#include <iostream>
|
||||
using namespace std;
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
return 0;
|
||||
}
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
class main {
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
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