X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fversion.h;fp=src%2Fversion.h;h=0e2634563d6fff1a91aad2530c9c21a3482aa826;hb=2ae315f25e623cc8279d3c9012a3a166d86684c2;hp=0000000000000000000000000000000000000000;hpb=920ff84436f9539af4e893ed3857a22a554ffd72;p=virtualjaguar diff --git a/src/version.h b/src/version.h new file mode 100644 index 0000000..0e26345 --- /dev/null +++ b/src/version.h @@ -0,0 +1,14 @@ +// +// VERSION.H: Header file +// + +#ifndef __VERSION_H__ +#define __VERSION_H__ + +#include + +void InitVersion(void); +void VersionDone(void); +void version_display(FILE *); + +#endif // __VERSION_H__