13 # ifdef vrvSplashScreen_EXPORTS
14 # define DT_DLL_VRVSPLASHSCREEN __declspec ( dllexport )
16 # define DT_DLL_VRVSPLASHSCREEN __declspec ( dllimport )
19 # define DT_DLL_VRVSPLASHSCREEN
27 class DtDeSplashScreen;
28 class DtVrvApplication;
29 namespace vrvSplashScreen
#define DT_DLL_VRVSPLASHSCREEN
Definition: vrvSplashScreen.h:19
The Root IG Application object.
Definition: DtVrvApplication.h:57
DT_DLL_VRVSPLASHSCREEN DtDeSplashScreen * createSplashScreen(DtVrvApplication &app, const std::string &filePath)
Create a splash screen using the image at the provided file path.
The VR-Vantage Splash Screen Interface.
Definition: DtDeSplashScreen.h:34