Skip to content

Commit

Permalink
Add version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiimpathy committed May 25, 2018
1 parent 0105935 commit cb8cb6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/main.cpp
Expand Up @@ -13,6 +13,8 @@
#include "texture.hpp"
#include "pngu.h"

#define VERSION "Create Cache 0.2"

extern "C" {
extern void __exception_setreload(int t);
}
Expand Down Expand Up @@ -308,7 +310,7 @@ int main(int argc, char **argv) {
while(!done)
{
printf("\x1b[2J");
printf("\x1b[3;1HCreate Cache v0.1\n");
printf("\x1b[3;1H%s\n", VERSION);
printf("\x1b[5;1HThis homebrew creates .wfc files for WiiFlow. (plugins only!)\n");
printf("\x1b[6;1HScanning the boxcovers and converting them take a long time.\n");

Expand Down

0 comments on commit cb8cb6b

Please sign in to comment.