aboutsummaryrefslogtreecommitdiff
path: root/src/types.h
blob: 81240e8b4e6248e381998e5d442e2096ebdfac6d (plain)
1
2
3
4
5
6
7
8
#include "gats/object.h"
#include "gats/boolean.h"
#include "gats/dictionary.h"
#include "gats/float.h"
#include "gats/integer.h"
#include "gats/list.h"
#include "gats/string.h"
#include "gats/null.h"