mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-02-16 10:41:01 +00:00
@@ -1,10 +1,7 @@
|
||||
//
|
||||
// Created by Антон on 28.01.2020.
|
||||
//
|
||||
#include "main.h"
|
||||
#include <iostream>
|
||||
using namespace std;
|
||||
int main() {
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
#include "main.h"
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
|
||||
|
||||
class main {
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
|
||||
#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