diff options
author | Cory Fields <theuni-nospam-@xbmc.org> | 2013-05-26 14:00:16 -0400 |
---|---|---|
committer | Cory Fields <theuni-nospam-@xbmc.org> | 2013-06-04 03:54:14 -0400 |
commit | 13c84b3bd550f93bf6c2bf57677a08a1ea858c60 (patch) | |
tree | 5c9b91ad4cf68647d933ff9936a273d4c93ab8cd /src/main.h | |
parent | c862d2ff22f06cb15fb9492b9f0b69e3d91a7e44 (diff) |
build: add global var for whether or not the gui is enabled
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h index 679ae75a47..fae37ea512 100644 --- a/src/main.h +++ b/src/main.h @@ -94,6 +94,7 @@ extern bool fBenchmark; extern int nScriptCheckThreads; extern bool fTxIndex; extern unsigned int nCoinCacheSize; +extern bool fHaveGUI; // Settings extern int64 nTransactionFee; |