aboutsummaryrefslogtreecommitdiff
path: root/c++-qt/gats-qt/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++-qt/gats-qt/types.h')
-rw-r--r--[l---------]c++-qt/gats-qt/types.h16
1 files changed, 15 insertions, 1 deletions
diff --git a/c++-qt/gats-qt/types.h b/c++-qt/gats-qt/types.h
index a21c97e..1efdf26 120000..100644
--- a/c++-qt/gats-qt/types.h
+++ b/c++-qt/gats-qt/types.h
@@ -1 +1,15 @@
1../src/types.h \ No newline at end of file 1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libgats library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
8#include "gats-qt/object.h"
9#include "gats-qt/boolean.h"
10#include "gats-qt/dictionary.h"
11#include "gats-qt/float.h"
12#include "gats-qt/integer.h"
13#include "gats-qt/list.h"
14#include "gats-qt/string.h"
15#include "gats-qt/null.h"