This commit is contained in:
Michael Fabian Dirks
2016-03-11 14:13:25 +01:00
parent 2bf8361797
commit a52326d80a
60 changed files with 2776 additions and 1059 deletions
+4 -19
View File
@@ -14,28 +14,13 @@
// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
BS_I
// Macros
//#define DLL_FUNCTION(type) extern "C" type __stdcall
#define DLL_FUNCTION(type) extern "C" __declspec(dllexport) type __stdcall
// Standard Library
#include <time.h>
#include <exception>
#include <stdexcept>
#include <memory>
// Platform specific: Windows
#include <windows.h>
// Steam
#include "SteamworksSDK/public/steam/steam_api.h"
#include "SteamworksSDK/public/steam/steam_gameserver.h"
#pragma once
#include "BlitzSteamInternal.h"
// Our Stuff
#include "Helpers/BlitzCallback.h"
#include "Helpers/BlitzPointer.h"
#include "Helpers/Memory.h"
#include "Types/BlitzCallback.h"
#include "Types/CSteamID.h"
#include "Types/Double.h"
#include "Types/Long.h"
#include "Types/Memory.h"