MeshLib
 
Loading...
Searching...
No Matches
Concat.h
Go to the documentation of this file.
1#pragma once
2
4#define MR_CONCAT( a, b ) MR_CONCAT_( a, b )
5#define MR_CONCAT_( a, b ) a ## b