Elaztek Developer Hub
Blamite Game Engine - Sapien (Stub Executable)  00386.06.16.23.0646.blamite
A small stub executable used to launch the Sapien editor.
sapien.h
Go to the documentation of this file.
1 #pragma once
2 
3 #ifndef SAPIEN
4 #define SAPIEN
5 #endif
6 
7 #ifdef SAPIEN_EXPORTS
8 #define SAPIEN_API __declspec(dllexport)
9 #else
10 #define SAPIEN_API __declspec(dllimport)
11 #endif
12 
13 namespace Sapien
14 {
15 
16 }
Sapien
Definition: blam.h:7