Elaztek Developer Hub
Blamite Game Engine - Foundry (Library)  00418.04.29.24.0703.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 
20 namespace Foundry
21 {
26 }
FOUNDRY_LIB_API
#define FOUNDRY_LIB_API
Definition: foundry.h:14
Foundry
Namespace containing functions for Foundry.
Definition: config.h:21
Foundry::GetFoundryDLLHandle
FOUNDRY_LIB_API HMODULE GetFoundryDLLHandle()
Retrieves the Foundry module handle.
Definition: main.cpp:29