mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-02-16 10:41:01 +00:00
init commit
This commit is contained in:
7
src/main.cpp
Normal file
7
src/main.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
//
|
||||
// Created by Антон on 28.01.2020.
|
||||
//
|
||||
int main() {
|
||||
|
||||
}
|
||||
#include "main.h"
|
||||
14
src/main.h
Normal file
14
src/main.h
Normal 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
|
||||
Reference in New Issue
Block a user