diff options
| author | Steven Fuller <relnev@icculus.org> | 2001-12-09 20:21:44 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:37 +0200 |
| commit | a2d3afb314a3b27a55f68e05f0d2c7d5dff015be (patch) | |
| tree | 2597aeb6b453a212526326ba2af6dec073371642 /src/version.h | |
| parent | c69d42233364999afe5257e3ea536d6b3cd035c6 (diff) | |
Better error checking in winapi.c. (Tim Beckmann)
Keep track of profile timestamps. (Tim Beckmann)
Implemented a few other missing bits.
Diffstat (limited to 'src/version.h')
| -rw-r--r-- | src/version.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/version.h b/src/version.h index 8e1e1f5..b22b4ef 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,10 @@ +#ifndef __VERSION_H__ +#define __VERSION_H__ + +extern const char *AvPVersionString; + /* KJL 15:56:24 29/03/98 - this function supplies a text description of the current build, and the build date. */ extern void GiveVersionDetails(void); + +#endif |
