00001 #pragma once
00002 #ifndef BL7_CORE_H
00003 #define BL7_CORE_H
00004
00005
00006
00007 #ifdef BODYLABS_EXPORTS
00008 #define BODYLABS_API __declspec(dllexport)
00009 #else
00010 #define BODYLABS_API __declspec(dllimport)
00011 #endif
00012
00013
00014
00015 #include <assert.h>
00016
00017
00018
00019 #endif // BL7_CORE_H