mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2026-01-26 14:32:54 -05:00
Added remote koalageddon config source
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user