/************************************************************
**
** Application: UnitConv
**
** Title:       h.choices
**
*************************************************************/

#pragma include_only_once

#ifndef __CHOICES__H
#define __CHOICES__H



/*************************************************************/
/* exported functions */

extern void Choices_DoSave (void);
extern void Choices_DoLoad (void);
extern void Choices_OpenDialogue (void);
extern void Choices_Initialise (void);



#endif



/*************  End of h.choices  ***********************/



