Initial Commit

This commit is contained in:
Michael Fabian Dirks
2015-05-17 12:43:07 +02:00
commit 39ad6503d5
26 changed files with 165857 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
// STL Exceptions
#include <exception>
#include <stdexcept>
// Memory Management
#include <memory>
// Platform specific: Windows
#include <windows.h>
// Macros
#define DLL_EXPORT extern "C" __declspec(dllexport)