/* DRWAPP C function prototype list. */

#ifndef drwapppt_H
 #define drwapppt_H

#if defined NAMESPACE_DRWIMPC
  namespace DrWimpC {
#endif


#if defined NAMESPACE_OSLIB
  using namespace OSLib;
#endif

#ifdef __cplusplus 
extern "C" {
#endif

extern void drw_app(int argc,
                    char *argv[],
                    drw_ulib_init_fn ulibinitfn,
                    drw_utpltes_register_fn utpltesregfn,
                    drw_usetappname_fn usetappnamefn,
                    drw_setuwdata_fn usetuwdatafn,
                    char *open_lib_debug_file);

#ifdef __cplusplus
}
#endif

#if defined NAMESPACE_DRWIMPC
  }
#endif

#endif

/* End of DRWAPP C function prototype list. */

