summaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-04-02 04:27:30 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-04-02 04:27:30 +0200
commit7107c0f96f10303ea49bf5dc27f525e4cbc191d9 (patch)
treea6d32dc1103cd5340690db0afd18c56cc951c887 /global.h
parent9f12671ee8dd38a130a16c9146001c9c2494d77c (diff)
downloadtapasboard-7107c0f96f10303ea49bf5dc27f525e4cbc191d9.tar.gz
tapasboard-7107c0f96f10303ea49bf5dc27f525e4cbc191d9.zip
add some initial support for showing images
Diffstat (limited to 'global.h')
-rw-r--r--global.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/global.h b/global.h
index e2b0329..9eefb17 100644
--- a/global.h
+++ b/global.h
@@ -2,6 +2,7 @@
#define GLOBAL_H
#include "boardmanager.h"
+#include "imageprovider.h"
/** Time the forum config settings should be considered up to date, in days. */
#define BOARD_CONFIG_TTL 2
@@ -27,7 +28,8 @@
/** Number of posts per "block" in topic view */
#define TOPIC_PAGE_SIZE 20
-
+// Some singletons
extern BoardManager *board_manager;
+extern ImageProvider *image_provider;
#endif // GLOBAL_H