mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-07-13 01:43:41 +00:00
Add PyAPI skell
This commit is contained in:
+4
-1
@@ -108,7 +108,10 @@ add_executable(BeamMP-Server
|
|||||||
include/TScopedTimer.h src/TScopedTimer.cpp
|
include/TScopedTimer.h src/TScopedTimer.cpp
|
||||||
include/SignalHandling.h src/SignalHandling.cpp
|
include/SignalHandling.h src/SignalHandling.cpp
|
||||||
include/ArgsParser.h src/ArgsParser.cpp
|
include/ArgsParser.h src/ArgsParser.cpp
|
||||||
include/Environment.h)
|
include/Environment.h
|
||||||
|
src/TPyEngine.cpp include/TPyEngine.h
|
||||||
|
src/TPyPlugin.cpp include/TPyPlugin.h
|
||||||
|
src/PyAPI.cpp include/PyAPI.h)
|
||||||
|
|
||||||
target_compile_definitions(BeamMP-Server PRIVATE SECRET_SENTRY_URL="${BEAMMP_SECRET_SENTRY_URL}")
|
target_compile_definitions(BeamMP-Server PRIVATE SECRET_SENTRY_URL="${BEAMMP_SECRET_SENTRY_URL}")
|
||||||
include_directories(BeamMP-Server PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include)
|
include_directories(BeamMP-Server PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include)
|
||||||
|
|||||||
@@ -0,0 +1,13 @@
|
|||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include "TPyEngine.h"
|
||||||
|
#include <tuple>
|
||||||
|
|
||||||
|
namespace PyAPI {
|
||||||
|
namespace MP {
|
||||||
|
}
|
||||||
|
namespace FS {
|
||||||
|
}
|
||||||
|
namespace CL {
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
#pragma once
|
||||||
|
|
||||||
|
class TPyPlugin;
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
#pragma once
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
#include "PyAPI.h"
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
#include "TPyEngine.h"
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
#include "TPyPlugin.h"
|
||||||
Reference in New Issue
Block a user