Implement SteamUser Wrapper

This commit is contained in:
Michael Dirks
2016-01-11 16:56:07 +01:00
parent cbe923944c
commit ee7f4f280f
20 changed files with 1207 additions and 1191 deletions
+2 -4
View File
@@ -1,5 +1,5 @@
// BlitzSteam - Steam wrapper for Blitz.
// Copyright (C) 2015 Project Kube (Michael Fabian Dirks)
// BS_ - Steam wrapper for Blitz.
// Copyright (C) 2015 Xaymar (Michael Fabian Dirks)
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
@@ -15,12 +15,10 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "dllmain.h"
#include "Libraries/BlitzPointer.h"
bool WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) {
switch (fdwReason) {
case DLL_PROCESS_ATTACH:
BlitzPointer_Initialize();
break;
case DLL_PROCESS_DETACH:
break;