added heartbeat cpp + h, needs functionality

This commit is contained in:
Starystars67
2020-02-04 17:29:04 +00:00
parent 996d96639c
commit 3ba8e55e59
4 changed files with 51 additions and 1 deletions

View File

@@ -3,5 +3,5 @@ project(BeamNG-MP-Server)
set(CMAKE_CXX_STANDARD 14)
add_executable(BeamNG-MP-Server src/main.cpp src/logger.cpp src/config.cpp src/Network/Server.cpp src/Network/enet.h src/Network/DataParser.cpp)
add_executable(BeamNG-MP-Server src/main.cpp src/logger.cpp src/config.cpp src/Network/Server.cpp src/Network/enet.h src/Network/DataParser.cpp src/heartbeat.cpp src/heartbeat.h)
target_link_libraries(BeamNG-MP-Server winmm ws2_32)