#include <assert.h>
#include <OpenMesh/Core/System/compiler.hh>
#include <OpenMesh/Core/System/OpenMeshDLLMacros.hh>
Go to the source code of this file.
|
#define | OM_VERSION 0x90000 |
|
#define | OM_GET_VER ((OM_VERSION & 0xf0000) >> 16) |
|
#define | OM_GET_MAJ ((OM_VERSION & 0x0ff00) >> 8) |
|
#define | OM_GET_MIN (OM_VERSION & 0x000ff) |
|
#define | OM_DEPRECATED(msg) |
| define OM_SUPPRESS_DEPRECATED to suppress deprecated code warnings
|
|
|
typedef unsigned int | uint |
|
- Todo:
- Move content to config.hh and include it to be compatible with old source.
Definition in file config.h.