Elaztek Developer Hub
Blamite Game Engine - Foundry (Library)  00386.06.16.23.0646.blamite
A unified editing environment for Blamite, meant to be used as an alternative to the legacy editing tools.
foundry.h
Go to the documentation of this file.
1 // Blamite Game Engine - HEKFoundry.dll Core Header //
3 // Copyright (c) 2013-2021 Elaztek Studios //
5 
6 #pragma once
7 
8 #define WIN32_LEAN_AND_MEAN
9 #include <windows.h>
10 
11 #ifdef FOUNDRY_LIB_EXPORTS
12 #define FOUNDRY_LIB_API __declspec(dllexport)
13 #else
14 #define FOUNDRY_LIB_API __declspec(dllimport)
15 #endif
16 
17 namespace Foundry
18 {
20 }
FOUNDRY_LIB_API
#define FOUNDRY_LIB_API
Definition: foundry.h:14
Foundry
Definition: config.h:21
Foundry::GetFoundryDLLHandle
FOUNDRY_LIB_API HMODULE GetFoundryDLLHandle()
Definition: main.cpp:29