pioneer/src/versioningInfo.h

11 lines
326 B
C

// 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 */