/*************************************************************************** main.h ****************************************************************************/ #ifndef __MAIN_H #define __MAIN_H #include "gambas.h" #ifndef __MAIN_C extern GB_INTERFACE GB; extern char ** cmd_arg; extern int arg_count; #endif #endif