/* main.hpp -- provide functions for the GUI
* by [email protected] at 2002.12.28
*/

#ifdef __GNUC__
#ifndef __clang__
#pragma interface
#endif
#endif

#ifndef MAIN_HPP
#define MAIN_HPP 1

#include "gensi.hpp"

extern void init_applier();
extern void init_loader();
extern void init_sam2p_engine(char const*argv0);

#endif