Elaztek Developer Hub
Blamite Game Engine - Sapien (Library)  00361.08.25.22.0004.blamite
The level editor application for the Blamite Game Engine.
sapien.h
Go to the documentation of this file.
1 // Blamite Game Engine - HEKSapien.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 SAPIEN_LIB_EXPORTS
12 #define SAPIEN_LIB_API __declspec(dllexport)
13 #else
14 #define SAPIEN_LIB_API __declspec(dllimport)
15 #endif
16 
17 namespace Sapien
18 {
20 }
Sapien
Definition: hierarchy.h:177
SAPIEN_LIB_API
#define SAPIEN_LIB_API
Definition: sapien.h:14
Sapien::GetSapienDLLHandle
SAPIEN_LIB_API HMODULE GetSapienDLLHandle()
Definition: main.cpp:29