123
This commit is contained in:
22
CryPhysics/CryPhysics.h
Normal file
22
CryPhysics/CryPhysics.h
Normal file
@@ -0,0 +1,22 @@
|
||||
#ifndef cryphysics_h
|
||||
#define cryphysics_h
|
||||
#pragma once
|
||||
|
||||
#ifndef _XBOX
|
||||
#ifdef PHYSICS_EXPORTS
|
||||
#define CRYPHYSICS_API __declspec(dllexport)
|
||||
#else
|
||||
#define CRYPHYSICS_API __declspec(dllimport)
|
||||
#define vector_class Vec3d
|
||||
#endif
|
||||
#else
|
||||
#define CRYPHYSICS_API
|
||||
#endif
|
||||
|
||||
#include "utils.h"
|
||||
#include "primitives.h"
|
||||
#include "physinterface.h"
|
||||
|
||||
extern "C" CRYPHYSICS_API IPhysicalWorld *CreatePhysicalWorld();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user