Fixed little bug in amd. Introduced feature to check version

This commit is contained in:
Dr-Noob
2018-06-24 00:17:50 +02:00
parent 8e56bc3801
commit 7cd4cb6dcb
5 changed files with 52 additions and 16 deletions

View File

@@ -6,5 +6,6 @@
int parseArgs(int argc, char* argv[]);
STYLE getStyle();
int showHelp();
int showVersion();
#endif