WIP multi-context support
This commit is contained in:
parent
d853c62938
commit
d06b056f05
25 changed files with 440 additions and 417 deletions
|
|
@ -154,4 +154,9 @@ typedef struct workarea {
|
|||
Global global;
|
||||
} WorkArea;
|
||||
|
||||
typedef struct sj3context {
|
||||
Global* work;
|
||||
STDY* stdy;
|
||||
} Sj3Context;
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue