summaryrefslogtreecommitdiff
path: root/src/include/intermediate.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-12-05 11:42:11 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-12-05 11:42:11 +0100
commit0974ff30789a215a31255080251c01eaaf9a5297 (patch)
treeeda0b28d3e1aee2ca17d0f433c00574809e205d9 /src/include/intermediate.h
parent190760b05d943e065cad31a0b983ef7736551feb (diff)
link with steam sdk and create bindings
Diffstat (limited to 'src/include/intermediate.h')
-rw-r--r--src/include/intermediate.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/include/intermediate.h b/src/include/intermediate.h
new file mode 100644
index 0000000..d3188e4
--- /dev/null
+++ b/src/include/intermediate.h
@@ -0,0 +1,11 @@
+#ifndef INCLUDE_INTERMEDIATE
+#define INCLUDE_INTERMEDIATE
+
+char STEAM_SteamAPI_Init();
+void STEAM_SteamAPI_ReleaseCurrentThreadMemory();
+char STEAM_SteamAPI_RestartAppIfNecessary(u32 unOwnAppID);
+void STEAM_SteamAPI_RunCallbacks();
+u64 STEAM_SteamAPI_RequestUserStats();
+void STEAM_SteamAPI_Shutdown();
+
+#endif \ No newline at end of file