]> Shamusworld >> Repos - virtualjaguar/blob - src/version.h
Fixed segfaults in DSP & GPU caused by freeing static memory. Ouch\!
[virtualjaguar] / src / 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__