diff options
| author | kartofen <kartofen.mail.0@protonmail.com> | 2025-07-01 00:11:29 +0300 |
|---|---|---|
| committer | kartofen <kartofen.mail.0@protonmail.com> | 2025-07-01 00:11:29 +0300 |
| commit | a854ee90235597711e036fe38de2c310dab6e168 (patch) | |
| tree | f53d551e49e2263b5208b9adf1d4c50943f4d59d /parts/util-tables.h | |
| parent | 3f3ad468ba6847f75717927f30a91fb82e70f7c9 (diff) | |
major refactor, more modular (wow because obviously modularity is always a good thing yes), and etc
Diffstat (limited to 'parts/util-tables.h')
| -rw-r--r-- | parts/util-tables.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/parts/util-tables.h b/parts/util-tables.h new file mode 100644 index 0000000..a6d788a --- /dev/null +++ b/parts/util-tables.h @@ -0,0 +1,8 @@ +#ifndef UTIL_TABLES_H +#define UTIL_TABLES_H + +// extern int *nullable +extern int **follow; +extern int **first; + +#endif |
