mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-27 00:26:50 +00:00
10 lines
309 B
C
10 lines
309 B
C
|
#pragma once
|
||
|
|
||
|
#include <cstdint>
|
||
|
|
||
|
#define FakeSteamAPI_SettingsIndex_ProcessMessageInRunCallbacks 1
|
||
|
#define FakeSteamAPI_SettingsIndex_UseAbsoluteAddress 2
|
||
|
|
||
|
void FakeSteamAPI_Settings_Init(void);
|
||
|
int32_t FakeSteamAPI_GetSettingsItemInt32(int nIndex);
|
||
|
void FakeSteamAPI_SetSettingsItemInt32(int nIndex, int n);
|