Forums
Discord
Guides
Blamite Homepage
Helpcenter
Blamite Game Engine - API
00406.12.10.23.1457.blamite
The API for the Blamite Game Engine.
api.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
blam/api/v1/api.h
>
4
#include <
blam/api/v1/types.h
>
5
6
#ifdef BLAM_EXPORTS
7
#define BLAM_EXT_API __declspec(dllexport)
8
#else
9
#define BLAM_EXT_API __declspec(dllimport)
10
#endif
11
12
#define BlamAPI Blam::API::v1 //!< Macro for accessing the latest Blamite API namespace.
types.h
api.h
blam
api
api.h
Generated on Sun Dec 10 2023 18:13:30 for Blamite Game Engine - API by
1.8.17