4f57ded502
* NEW: Rename gb.adt to gb.data * NEW: Mark gb.data as "Unfinished" [GB.DATA] * OPT: Block all changes from my working copy until they are mature. The interface is considered to be stable (although some details in behaviour will change); this justifies the "unfinished" state. git-svn-id: svn://localhost/gambas/trunk@5147 867c0c6c-44f3-4631-809d-bfa615b0a4ec
11 lines
151 B
C
11 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 */
|