]> Shamusworld >> Repos - virtualjaguar/blob - src/include/version.h
Update for 1.0.6 release
[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 #include <stdlib.h>
10
11 void version_init(void);
12 void version_display(FILE *);
13 void version_done(void);
14
15 #endif  // __VERSION_H__