summaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'window.h')
-rw-r--r--window.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/window.h b/window.h
index 55c585999..aa9f91d75 100644
--- a/window.h
+++ b/window.h
@@ -304,6 +304,11 @@ typedef struct {
NewsItem *ni;
} news_d;
+typedef struct {
+ int i;
+ int j;
+} general_d;
+
typedef enum VehicleListFlags {
VL_DESC = 0x01,
VL_RESORT = 0x02,