repo.or.cz
/
openal-soft.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Don't rely on terminate in a catch block giving a useful message
[openal-soft.git]
/
utils
/
alsoft-config
/
verstr.h
blob
73e3ecbdd9d9a2620d4f44af44caaf8d28f60823
1
#ifndef VERSTR_H
2
#define VERSTR_H
3
4
#include <QString>
5
6
QString
GetVersionString
();
7
8
#endif
/* VERSTR_H */