26#ifndef __CANVCONFIG_H__
27#define __CANVCONFIG_H__
48 void LoadFromLegacyConfig(wxFileConfig *conf);
52 double iLat, iLon, iScale, iRotation;
70 int nENCDisplayCategory;
72 bool bShowENCBuoyLabels;
73 bool bShowENCLightDescriptions;
75 bool bShowENCVisibleSectorLights;
76 bool bShowENCAnchorInfo;
79WX_DEFINE_ARRAY_PTR(
canvasConfig *, arrayofCanvasConfigPtr);