mirror of
https://github.com/love2d/megasource.git
synced 2026-08-17 11:11:35 +02:00
9 lines
106 B
C
9 lines
106 B
C
#ifndef VERSTR_H
|
|
#define VERSTR_H
|
|
|
|
#include <QString>
|
|
|
|
QString GetVersionString();
|
|
|
|
#endif /* VERSTR_H */
|