12 lines
151 B
C
12 lines
151 B
C
|
#ifndef __MAIN_H
|
||
|
#define __MAIN_H
|
||
|
|
||
|
#include "gb_common.h"
|
||
|
#include "gambas.h"
|
||
|
|
||
|
#ifndef __MAIN_C
|
||
|
extern GB_INTERFACE GB;
|
||
|
#endif
|
||
|
|
||
|
#endif /* !__MAIN_H */
|