summaryrefslogtreecommitdiff
path: root/app/bin/trackx.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/bin/trackx.h')
-rw-r--r--app/bin/trackx.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/app/bin/trackx.h b/app/bin/trackx.h
index 6b46140..9f24e7c 100644
--- a/app/bin/trackx.h
+++ b/app/bin/trackx.h
@@ -1,5 +1,5 @@
-/*
- * $Header: /home/dmarkle/xtrkcad-fork-cvs/xtrkcad/app/bin/trackx.h,v 1.1 2005-12-07 15:47:39 rc-flyer Exp $
+/** \file trackx.h
+ *
*/
/* XTrkCad - Model Railroad CAD
@@ -24,13 +24,16 @@
#ifndef TRACKX_H
#define TRACKX_H
+#include "common.h"
+#include "track.h"
+
struct extraData;
typedef struct track_t {
struct track_t *next;
TRKINX_T index;
TRKTYP_T type;
- LAYER_T layer;
+ unsigned int layer;
signed char scale;
BOOL_T modified:1;
BOOL_T deleted:1;