2.0
3.0
>
dev
>
api
>
name
>
gb_inherits
Previous Next
Edit
Rename
Undo
Search
Administration
Documentation
Warning! This page is not translated.
See english version
GB_INHERITS
#define
GB_INHERITS
(
parent
) ...
Tells the interpreter that your
class
inherits another one.
parent
is the name of the parent class.
This macro must be used before any symbol declaration.
See also
Class Description