init commit

This commit is contained in:
Антон
2020-01-28 00:54:49 +05:00
parent 713a2af75c
commit b49a2a28f4
18 changed files with 1809 additions and 0 deletions

7
src/main.cpp Normal file
View File

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

14
src/main.h Normal file
View File

@@ -0,0 +1,14 @@
//
// Created by Антон on 28.01.2020.
//
#ifndef BEAMNG_MP_SERVER_MAIN_H
#define BEAMNG_MP_SERVER_MAIN_H
class main {
};
#endif //BEAMNG_MP_SERVER_MAIN_H