Added remote koalageddon config source

This commit is contained in:
acidicoala
2023-01-05 07:08:45 +03:00
parent c654f9cbfd
commit 89fa851943
8 changed files with 50 additions and 24 deletions

View File

@@ -1,7 +1,4 @@
#include <smoke_api/smoke_api.hpp>
#include <steam_functions/steam_functions.hpp>
using namespace smoke_api;
#include <steam_impl/steam_client.hpp>
namespace steam_client {

View File

@@ -1,9 +1,8 @@
#include <smoke_api/smoke_api.hpp>
#include <steam_functions/steam_functions.hpp>
using namespace smoke_api;
namespace steam_client {
using namespace smoke_api;
void* GetGenericInterface(
const String& function_name,

View File

@@ -210,7 +210,7 @@ namespace steam_inventory {
if (pItemDefIDs) { // Definitions were copied
for (int i = 0; i < *punItemDefIDsArraySize; i++) {
const auto& def = pItemDefIDs[i];
logger->debug(" Index: {}, ID: {}", i, def);
logger->debug(" Index: {}, ID: {}", i, def);
}
}