]> Shamusworld >> Repos - virtualjaguar/blob - src/include/version.h
Small header sanity update
[virtualjaguar] / src / include / version.h
1 //
2 // VERSION.H: Header file
3 //
4
5 #ifndef __VERSION_H__
6 #define __VERSION_H__
7
8 #include <stdio.h>
9
10 void InitVersion(void);
11 void VersionDone(void);
12 void version_display(FILE *);
13
14 #endif  // __VERSION_H__