diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-11-29 12:55:14 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-11-29 12:55:14 -0500 |
| commit | 4b5e4cd1f21582f5e5fa682ab4e4bff252963468 (patch) | |
| tree | e8fecb01f444c1d392c09255adba5cf6b312b326 /stdlib/tomo.h | |
| parent | 0b0e0a0a1d41e9574de8dc17c688a4894c5e7f92 (diff) | |
Change how types handle metamethods
Diffstat (limited to 'stdlib/tomo.h')
| -rw-r--r-- | stdlib/tomo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stdlib/tomo.h b/stdlib/tomo.h index 159b6426..03257937 100644 --- a/stdlib/tomo.h +++ b/stdlib/tomo.h @@ -13,6 +13,7 @@ #include "c_strings.h" #include "channels.h" #include "datatypes.h" +#include "enums.h" #include "functiontype.h" #include "integers.h" #include "memory.h" @@ -27,6 +28,7 @@ #include "rng.h" #include "shell.h" #include "siphash.h" +#include "structs.h" #include "tables.h" #include "text.h" #include "threads.h" |
