#ifndef _SPLASH_H #define _SPLASH_H #include void runSplash( const char* theme, bool test, int pipe ); #endif