From d1a8285f818eb7e5c3d6a05709ea21a808490b8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 19 Mar 2018 19:55:58 +0100 Subject: New upstream version 5.1.0 --- app/bin/compound.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'app/bin/compound.h') diff --git a/app/bin/compound.h b/app/bin/compound.h index a0de926..4845f78 100644 --- a/app/bin/compound.h +++ b/app/bin/compound.h @@ -1,4 +1,6 @@ -/* $Header: /home/dmarkle/xtrkcad-fork-cvs/xtrkcad/app/bin/compound.h,v 1.1 2005-12-07 15:47:08 rc-flyer Exp $ */ +/** \file compound.h + * Definitions and function prototypes for complex elements (eg. turnouts) + */ /* XTrkCad - Model Railroad CAD * Copyright (C) 2005 Dave Bullis @@ -21,6 +23,9 @@ #ifndef COMPOUND_H #define COMPOUND_H +#include "common.h" +#include "track.h" + typedef enum { TOnormal, TOadjustable, TOpierInfo, TOpier, TOcarDesc, TOlast } TOspecial_e; typedef struct { @@ -91,6 +96,9 @@ struct extraData { extern TRKTYP_T T_TURNOUT; extern TRKTYP_T T_STRUCTURE; +extern TRKTYP_T T_BEZIER; +extern TRKTYP_T T_BZRLIN; +extern TRKTYP_T T_CORNU; extern DIST_T curBarScale; extern dynArr_t turnoutInfo_da; extern dynArr_t structureInfo_da; -- cgit v1.2.3