/*------------------------------------------------------------\ | | | Tool : systemcass | | | | File : sc_ver.h | | | | Author : Taktak Sami | | Buchmann Richard | | | | Date : 09_07_2004 | | | \------------------------------------------------------------*/ #ifndef SC_VER_H #define SC_VER_H #include "sc_ver_ext.h" namespace sc_core { extern const char * get_splash_screen(); } // end of sc_core #endif /* # Local Variables: # tab-width: 4; # c-basic-offset: 4; # c-file-offsets:((innamespace . 0)(inline-open . 0)); # indent-tabs-mode: nil; # End: # # vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=4:softtabstop=4 */