gambas-source-code/main/lib/option/main.h

19 lines
326 B
C
Raw Normal View History

/***************************************************************************
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