summaryrefslogtreecommitdiff
path: root/state.h
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-06-20 18:11:09 +0100
committerubq323 <ubq323@ubq323.website>2024-06-20 18:11:09 +0100
commit600eaef90f9f0507635fec4cf98f7fa1d1779bd1 (patch)
treed057e694a4b9a6a0109523f61ad788a125a7f479 /state.h
parentb8d0ee2e105727021f9466790ec07ecbfee8dff6 (diff)
add readable globals
Diffstat (limited to 'state.h')
-rw-r--r--state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/state.h b/state.h
index 2316d1e..9563376 100644
--- a/state.h
+++ b/state.h
@@ -9,6 +9,7 @@ typedef struct _state State;
struct _state {
Thread *th;
Ht strings;
+ Ht globals;
};
State state_new();