Cinder  0.9.1
Classes | Namespaces | Macros
AppMsw.h File Reference
#include "cinder/app/AppBase.h"
#include "cinder/msw/CinderWindowsFwd.h"

Classes

class  cinder::app::AppMsw
 
class  cinder::app::AppMsw::Settings
 

Namespaces

 cinder
 
 cinder::app
 

Macros

#define CINDER_APP_MSW(APP, RENDERER, ...)
 

Macro Definition Documentation

#define CINDER_APP_MSW (   APP,
  RENDERER,
  ... 
)
Value:
int __stdcall WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow )\
{ \
cinder::app::RendererRef renderer( new RENDERER ); \
cinder::app::AppMsw::main<APP>( renderer, #APP, ##__VA_ARGS__ ); \
return 0; \
}
_Null_terminated_ CHAR * LPSTR
Definition: CinderWindowsFwd.h:64
HINSTANCE__ * HINSTANCE
Definition: CinderWindowsFwd.h:39
std::shared_ptr< class Renderer > RendererRef
Definition: Renderer.h:69
void return
Definition: AppImplCocoaTouch.mm:559