mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-15 23:20:53 +00:00
8 lines
85 B
C
8 lines
85 B
C
|
|
||
|
#ifndef __version_h__
|
||
|
#define __version_h__
|
||
|
|
||
|
extern const char *versionstr;
|
||
|
|
||
|
#endif
|