mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-01 23:35:41 +00:00
13 lines
163 B
C++
13 lines
163 B
C++
//
|
|
// 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
|