 |
Cinder
0.8.6
|
Go to the documentation of this file.
28 #if defined( CINDER_MAC )
30 namespace cinder {
namespace app {
31 typedef AppBasic AppNative;
33 #define CINDER_APP_NATIVE( APP, RENDERER ) CINDER_APP_BASIC( APP, RENDERER )
34 #elif defined( CINDER_COCOA_TOUCH )
36 namespace cinder {
namespace app {
37 typedef AppCocoaTouch AppNative;
39 #define CINDER_APP_NATIVE( APP, RENDERER ) CINDER_APP_COCOA_TOUCH( APP, RENDERER )
40 #elif (defined( CINDER_MSW ) || defined( CINDER_WINRT ))
42 namespace cinder {
namespace app {
43 typedef AppBasic AppNative;
45 #define CINDER_APP_NATIVE( APP, RENDERER ) CINDER_APP_BASIC( APP, RENDERER )