Cinder
0.9.1
include
cinder
app
msw
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; \
}
LPSTR
_Null_terminated_ CHAR * LPSTR
Definition:
CinderWindowsFwd.h:64
HINSTANCE
HINSTANCE__ * HINSTANCE
Definition:
CinderWindowsFwd.h:39
cinder::app::RendererRef
std::shared_ptr< class Renderer > RendererRef
Definition:
Renderer.h:69
return
void return
Definition:
AppImplCocoaTouch.mm:559
Generated by
1.8.11