OpenClonk
StdMesh.cpp File Reference
#include "C4Include.h"
#include "C4ForbidLibraryCompilation.h"
#include "lib/StdMesh.h"
#include "graphics/C4DrawGL.h"
#include "timsort/sort.h"
Include dependency graph for StdMesh.cpp:

Go to the source code of this file.

Macros

#define SORT_NAME   StdMesh
 
#define SORT_TYPE   StdMeshFaceOrderHelper
 
#define SORT_CMP   StdMeshFaceCmp
 

Macro Definition Documentation

◆ SORT_CMP

#define SORT_CMP   StdMeshFaceCmp

Definition at line 41 of file StdMesh.cpp.

◆ SORT_NAME

#define SORT_NAME   StdMesh

Definition at line 39 of file StdMesh.cpp.

◆ SORT_TYPE

#define SORT_TYPE   StdMeshFaceOrderHelper

Definition at line 40 of file StdMesh.cpp.