3 // Copyright 2005 by Chris Ball
5 #ifndef __COMPASS_MODE_H__
6 #define __COMPASS_MODE_H__
14 #include "DasherButtons.h"
21 class CCompassMode
: public CDasherButtons
24 CCompassMode(CSettingsUser
*pCreator
, CDasherInterfaceBase
*pInterface
);
26 virtual void HandleEvent(int iParameter
);
28 bool DecorateView(CDasherView
*pView
, CDasherInput
*pInput
);
30 bool GetSettings(SModuleSettings
**pSettings
, int *iCount
);