diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2022-02-06 16:04:24 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2022-02-06 16:04:24 +0100 |
commit | 5d2c2b27a6323e2666378b986129b2a7c2c39e5c (patch) | |
tree | ce8982b6c0111f79791068de2c2d4c6ce3138a49 /app/bin/layout.h | |
parent | b623f5953691b2a0614e6f1f4def86bdbb9a4113 (diff) |
New upstream version 5.2.2GAupstream/5.2.2GA
Diffstat (limited to 'app/bin/layout.h')
-rw-r--r-- | app/bin/layout.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/app/bin/layout.h b/app/bin/layout.h index fcb5160..6e9496d 100644 --- a/app/bin/layout.h +++ b/app/bin/layout.h @@ -24,7 +24,6 @@ #define HAVE_LAYOUT_H #include "common.h" -#include "misc.h" void SetLayoutFullPath(const char *fileName); @@ -44,6 +43,8 @@ void SetLayoutBackGroundPos(coOrd pos); void SetLayoutBackGroundAngle(ANGLE_T angle); void SetLayoutBackGroundScreen(int screen); +int DoSettingsRead(int files, char ** fileName, void * data ); + char *GetLayoutFullPath(void); char *GetLayoutFilename(void); char *GetLayoutTitle(void); @@ -52,6 +53,7 @@ DIST_T GetLayoutMinTrackRadius(void); SCALEINX_T GetLayoutCurScale(void ); SCALEDESCINX_T GetLayoutCurScaleDesc(void); //GAUGEINX_T GetLayoutCurGauge(void); +void GetLayoutRoomSize(coOrd *roomSize); ANGLE_T GetLayoutMaxTrackGrade(void); SCALEDESCINX_T GetLayoutCurScaleDesc(void); @@ -61,10 +63,11 @@ coOrd GetLayoutBackGroundPos(void); ANGLE_T GetLayoutBackGroundAngle(void); int GetLayoutBackGroundScreen(void); int GetLayoutBackGroundVisible(void); +bool HasBackGround(void); void LayoutBackGroundInit(BOOL_T clear); void LayoutBackGroundLoad(void); void LayoutBackGroundSave(void); -void BackgroundToggleShow(void); -void DoLayout(void * junk); +void BackgroundToggleShow(void * unused); +void DoLayout(void * unused); int LoadImageFile(int files,char ** fileName,void * data ); #endif |