(ADD) Name, NameScope, Catlog, Object, String, Attribute, Char, Registry, Utils, Type, <Platform Support>, <Global Constants>, README (MOD) Array, Var, Status, MemMan, <Common>
12 lines
164 B
C
12 lines
164 B
C
#ifndef COMPOUND_TYPE_H
|
|
# define COMPOUND_TYPE_H
|
|
|
|
# include <Compound/var.h>
|
|
|
|
typedef struct {
|
|
char *identity;
|
|
Var data;
|
|
} Type;
|
|
|
|
#endif /* COMPOUND_TYPE_H */
|