source: sources/src/sc_ver.h @ 65

Last change on this file since 65 was 52, checked in by meunier, 11 years ago

Code formatting in all source files.

File size: 1.1 KB
Line 
1/*------------------------------------------------------------\
2|                                                             |
3| Tool    :                  systemcass                       |
4|                                                             |
5| File    :                  sc_ver.h                         |
6|                                                             |
7| Author  :                 Taktak Sami                       |
8|                           Buchmann Richard                  |
9|                                                             |
10| Date    :                   09_07_2004                      |
11|                                                             |
12\------------------------------------------------------------*/
13
14#ifndef SC_VER_H
15#define SC_VER_H
16
17#include "sc_ver_ext.h"
18
19
20namespace sc_core {
21
22extern const char * get_splash_screen();
23
24} // end of sc_core
25
26#endif
27
28/*
29# Local Variables:
30# tab-width: 4;
31# c-basic-offset: 4;
32# c-file-offsets:((innamespace . 0)(inline-open . 0));
33# indent-tabs-mode: nil;
34# End:
35#
36# vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=4:softtabstop=4
37*/
38
Note: See TracBrowser for help on using the repository browser.