mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2026-05-05 03:52:12 -04:00
Refactored types
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
#include <koalabox/hook.hpp>
|
||||
|
||||
#include "steamclient.hpp"
|
||||
|
||||
#include "smoke_api.hpp"
|
||||
#include "smoke_api/types.hpp"
|
||||
#include "steam_api/steam_client.hpp"
|
||||
|
||||
C_DECL(void*) CreateInterface(const char* interface_string, int* out_result) {
|
||||
return steam_client::GetGenericInterface(
|
||||
__func__,
|
||||
interface_string,
|
||||
HOOKED_CALL_CLOSURE(CreateInterface, interface_string, out_result)
|
||||
);
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
#define C_DECL(TYPE) extern "C" __declspec(noinline) TYPE __cdecl
|
||||
|
||||
C_DECL(void*) CreateInterface(const char* interface_string, int* out_result);
|
||||
Reference in New Issue
Block a user