// ========================================================= //
//                                                           //
//   File      : saicalc.h                                   //
//   Purpose   : interface to SAI calculator (see #730)      //
//                                                           //
//   Coded by Ralf Westram (coder@reallysoft.de) in Oct 19   //
//   http://www.arb-home.de/                                 //
//                                                           //
// ========================================================= //

#ifndef SAICALC_H
#define SAICALC_H

class AW_window;
class GBDATA;

void SAI_popup_calculator_window(AW_window *awp, GBDATA *gb_main);

#else
#error saicalc.h included twice
#endif // SAICALC_H
