mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-07 16:31:32 +00:00
6 lines
74 B
C
6 lines
74 B
C
|
typedef struct {
|
||
|
type_t *type;
|
||
|
def_t *scope;
|
||
|
def_t *pscope;
|
||
|
} scope_t;
|