#include <assert.h>#include <OpenMesh/Core/System/compiler.hh>
Go to the source code of this file.
Defines | |
| #define | OM_GET_MAJ ((OM_VERSION && 0x0ff00) >> 8) |
| #define | OM_GET_MIN (OM_VERSION && 0x000ff) |
| #define | OM_GET_VER ((OM_VERSION && 0xf0000) >> 16) |
| #define | OM_VERSION 0x10000 |
| #define | OM_VERSION_BETA 4 |
Typedefs | |
| typedef unsigned int | uint |
Definition in file config.h.