diff options
| -rw-r--r-- | src/types.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h new file mode 100644 index 0000000..e6b23dc --- /dev/null +++ b/src/types.h | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | #include "gats/object.h" | ||
| 2 | #include "gats/boolean.h" | ||
| 3 | #include "gats/dictionary.h" | ||
| 4 | #include "gats/float.h" | ||
| 5 | #include "gats/integer.h" | ||
| 6 | #include "gats/list.h" | ||
| 7 | #include "gats/string.h" | ||
