 |
Cinder
0.8.6
|
Go to the documentation of this file.
26 #if defined( __clang__ )
27 #define CINDER_CURRENT_FUNCTION __PRETTY_FUNCTION__
28 #elif defined( _MSC_VER )
29 #define CINDER_CURRENT_FUNCTION __FUNCTION__
31 #define CINDER_CURRENT_FUNCTION "(unknown function)"