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
DT_DLL_VRVSPLASHSCREEN void createSplashScreen(DtVrvApplication &app, const std::string &filePath)
Create a splash screen using the image at the provided file path. The pointer will be deleted automat...
The Root IG Application object. To run the IG simply create one, initialize it and call run...
Definition: DtVrvApplication.h:57