diff options
Diffstat (limited to 'thirdparty/thekla_atlas/nvmesh/nvmesh.h')
-rw-r--r-- | thirdparty/thekla_atlas/nvmesh/nvmesh.h | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/thirdparty/thekla_atlas/nvmesh/nvmesh.h b/thirdparty/thekla_atlas/nvmesh/nvmesh.h deleted file mode 100644 index eb6819675d..0000000000 --- a/thirdparty/thekla_atlas/nvmesh/nvmesh.h +++ /dev/null @@ -1,34 +0,0 @@ -// This code is in the public domain -- castanyo@yahoo.es - -#pragma once -#ifndef NV_MESH_H -#define NV_MESH_H - -#include "nvcore/nvcore.h" - -// Function linkage -#if NVMESH_SHARED -#ifdef NVMESH_EXPORTS -#define NVMESH_API DLL_EXPORT -#define NVMESH_CLASS DLL_EXPORT_CLASS -#else -#define NVMESH_API DLL_IMPORT -#define NVMESH_CLASS DLL_IMPORT -#endif -#else -#define NVMESH_API -#define NVMESH_CLASS -#endif - -#if 1 //USE_PRECOMPILED_HEADERS // If using precompiled headers: -//#include <string.h> // strlen, strcmp, etc. -//#include "nvcore/StrLib.h" -//#include "nvcore/StdStream.h" -//#include "nvcore/Memory.h" -//#include "nvcore/Debug.h" -//#include "nvmath/Vector.h" -//#include "nvcore/Array.h" -//#include "nvcore/HashMap.h" -#endif - -#endif // NV_MESH_H |