pioneer/src/versioningInfo.h

11 lines
326 B
C
Raw Normal View History

2020-12-31 07:32:16 -08:00
// Copyright © 2008-2021 Pioneer Developers. See AUTHORS.txt for details
// Licensed under the terms of the GPL v3. See licenses/GPL-3.txt
#ifndef _VERSIONINGINFO_H
#define _VERSIONINGINFO_H
// Output version info for libraries used by the game to aid debugging
void OutputVersioningInfo();
#endif /* _VERSIONINGINFO_H */