mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2026-01-26 06:22:51 -05:00
Renamed koalageddon mode to store mode
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include <steam_impl/steam_apps.hpp>
|
||||
#include <steam_impl/steam_impl.hpp>
|
||||
#include <smoke_api/app_cache.hpp>
|
||||
#include <common/app_cache.hpp>
|
||||
#include <smoke_api/config.hpp>
|
||||
#include <koalabox/logger.hpp>
|
||||
#include <koalabox/util.hpp>
|
||||
|
||||
@@ -1,16 +1,15 @@
|
||||
#include <steam_impl/steam_impl.hpp>
|
||||
#include <steam_api_virtuals/steam_api_virtuals.hpp>
|
||||
#include <steam_api_exports/steam_api_exports.hpp>
|
||||
#include <game_mode/virtuals/steam_api_virtuals.hpp>
|
||||
#include <common/steamclient_exports.hpp>
|
||||
#include <core/globals.hpp>
|
||||
#include <build_config.h>
|
||||
#include <koalabox/hook.hpp>
|
||||
#include <koalabox/util.hpp>
|
||||
#include <koalabox/win_util.hpp>
|
||||
#include <koalabox/logger.hpp>
|
||||
#include <koalabox/util.hpp>
|
||||
#include <polyhook2/Misc.hpp>
|
||||
|
||||
#if COMPILE_KOALAGEDDON
|
||||
#include <koalageddon/steamclient/steamclient.hpp>
|
||||
#if COMPILE_STORE_MODE
|
||||
#include <store_mode/steamclient/steamclient.hpp>
|
||||
#endif
|
||||
|
||||
namespace steam_impl {
|
||||
@@ -201,8 +200,8 @@ namespace steam_impl {
|
||||
HOOK_STEAM_INVENTORY(ISteamInventory_GetResultItemProperty)
|
||||
}
|
||||
} else if (version_string.starts_with(CLIENT_ENGINE)) {
|
||||
#if COMPILE_KOALAGEDDON
|
||||
koalageddon::steamclient::process_client_engine(reinterpret_cast<uintptr_t>(interface));
|
||||
#if COMPILE_STORE_MODE
|
||||
store::steamclient::process_client_engine(reinterpret_cast<uintptr_t>(interface));
|
||||
#endif
|
||||
} else {
|
||||
return;
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <core/types.hpp>
|
||||
#include <koalabox/core.hpp>
|
||||
|
||||
namespace steam_inventory {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user