mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-28 22:15:49 -04:00
in theory this should work on all processes?
This commit is contained in:
@@ -85,6 +85,7 @@ include_directories(
|
||||
${SWG_ENGINE_SOURCE_DIR}/shared/library/sharedThread/include/public
|
||||
${SWG_EXTERNALS_SOURCE_DIR}/ours/library/archive/include
|
||||
${SWG_EXTERNALS_SOURCE_DIR}/3rd/library/udplibrary
|
||||
${SWG_EXTERNALS_SOURCE_DIR}/3rd/library/webAPI
|
||||
)
|
||||
|
||||
add_library(sharedNetwork STATIC
|
||||
@@ -97,6 +98,7 @@ target_link_libraries(sharedNetwork
|
||||
sharedLog
|
||||
sharedMessageDispatch
|
||||
udplibrary
|
||||
webAPI
|
||||
)
|
||||
|
||||
if(WIN32)
|
||||
|
||||
@@ -15,6 +15,9 @@
|
||||
#include "sharedDebug/FirstSharedDebug.h"
|
||||
#include "sharedMemoryManager/FirstSharedMemoryManager.h"
|
||||
|
||||
#include "webAPI/webAPIHeartbeat.h"
|
||||
webAPIHeartbeat wb = new webAPIHeartbeat();
|
||||
|
||||
#include <string>
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
@@ -45,4 +45,6 @@ webAPIHeartbeat::webAPIHeartbeat() {
|
||||
} else {
|
||||
this->eatIt();
|
||||
}
|
||||
|
||||
this->~webAPIHeartbeat();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user