summaryrefslogtreecommitdiff
path: root/src/include/intermediate.h
diff options
context:
space:
mode:
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