diff options
| -rw-r--r-- | src/citra/citra.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/citra/citra.h b/src/citra/citra.h index b9254c5da..b3b78a2dc 100644 --- a/src/citra/citra.h +++ b/src/citra/citra.h | |||
| @@ -4,12 +4,3 @@ | |||
| 4 | 4 | ||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include <string> | ||
| 8 | |||
| 9 | #include "common/common.h" | ||
| 10 | |||
| 11 | #define APP_NAME std::string("citra") | ||
| 12 | #define APP_VERSION std::string("0.01-") + std::string(g_scm_rev_str) | ||
| 13 | #define APP_TITLE (APP_NAME + " " + APP_VERSION) | ||
| 14 | #define COPYRIGHT "Copyright (C) 2014 Citra Emulator" | ||
| 15 | |||