Vuo  2.3.2
VuoAppSplashWindow.h
Go to the documentation of this file.
1 
10 #ifdef __OBJC__
11 
12 extern NSWindow *VuoApp_splashWindow;
13 extern const double VuoApp_splashWindowWidth;
14 extern const double VuoApp_splashWindowHeight;
15 
16 void VuoApp_showSplashWindow(void);
17 
18 #endif