123
This commit is contained in:
30
CryPhysics/IPhysics.h
Normal file
30
CryPhysics/IPhysics.h
Normal file
@@ -0,0 +1,30 @@
|
||||
#ifndef cryphysics_h
|
||||
#define cryphysics_h
|
||||
#pragma once
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef PHYSICS_EXPORTS
|
||||
#define CRYPHYSICS_API __declspec(dllexport)
|
||||
#else
|
||||
#define CRYPHYSICS_API __declspec(dllimport)
|
||||
#endif
|
||||
#else
|
||||
#define CRYPHYSICS_API
|
||||
#endif
|
||||
#define vector_class Vec3_tpl
|
||||
|
||||
|
||||
#ifndef GAMECUBE
|
||||
#include <CrySizer.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
//#include "utils.h"
|
||||
#include "Cry_Math.h"
|
||||
#include "primitives.h"
|
||||
#include "physinterface.h"
|
||||
|
||||
extern "C" CRYPHYSICS_API IPhysicalWorld *CreatePhysicalWorld(struct ISystem *pLog);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user