diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2010-09-03 06:41:41 +0000 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2010-09-03 06:41:41 +0000 |
| commit | 7bced34486b3151aeac04dd1657af955565e2322 (patch) | |
| tree | 14b56421b68391933f8cd8b64ee794022c74008d | |
| parent | c10c9ef627c7e79fde6170fe334238bbcb5d66e5 (diff) | |
| download | libgats-7bced34486b3151aeac04dd1657af955565e2322.tar.gz libgats-7bced34486b3151aeac04dd1657af955565e2322.tar.bz2 libgats-7bced34486b3151aeac04dd1657af955565e2322.tar.xz libgats-7bced34486b3151aeac04dd1657af955565e2322.zip | |
Now we have a file you can include to include all gats types. very handy.
| -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" | ||
