|
Last change
on this file since 33 was
1,
checked in by buchmann, 18 years ago
|
|
Initial import from CVS repository
|
|
File size:
918 bytes
|
| 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 | #ifndef SC_VER_H |
|---|
| 14 | #define SC_VER_H |
|---|
| 15 | |
|---|
| 16 | #include "sc_ver_ext.h" |
|---|
| 17 | |
|---|
| 18 | namespace sc_core { |
|---|
| 19 | |
|---|
| 20 | extern const char* get_splash_screen(); |
|---|
| 21 | |
|---|
| 22 | } // end of sc_core |
|---|
| 23 | |
|---|
| 24 | #endif |
|---|
Note: See
TracBrowser
for help on using the repository browser.