blob: 44c55dc67955f7e04d108c39acc6a3d9b5a38b67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* Starshatter: The Open Source Project
Copyright (c) 2021-2022, Starshatter: The Open Source Project Contributors
Copyright (c) 2011-2012, Starshatter OpenSource Distribution Contributors
Copyright (c) 1997-2006, Destroyer Studios LLC.
*/
#ifndef VersionInfo_H
#define VersionInfo_H
extern const char* versionInfo;
#endif // VersionInfo_H
|