diff options
Diffstat (limited to 'c++-libbu++/src/gatscon/gatstotree.h')
-rw-r--r-- | c++-libbu++/src/gatscon/gatstotree.h | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/c++-libbu++/src/gatscon/gatstotree.h b/c++-libbu++/src/gatscon/gatstotree.h index a803017..dc8f451 100644 --- a/c++-libbu++/src/gatscon/gatstotree.h +++ b/c++-libbu++/src/gatscon/gatstotree.h | |||
@@ -1,3 +1,10 @@ | |||
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 | |||
1 | #ifndef GATS_TO_TREE_H | 8 | #ifndef GATS_TO_TREE_H |
2 | #define GATS_TO_TREE_H | 9 | #define GATS_TO_TREE_H |
3 | 10 | ||
@@ -5,13 +12,13 @@ class QTreeWidgetItem; | |||
5 | 12 | ||
6 | namespace Gats | 13 | namespace Gats |
7 | { | 14 | { |
8 | class Integer; | 15 | class Integer; |
9 | class String; | 16 | class String; |
10 | class Float; | 17 | class Float; |
11 | class Boolean; | 18 | class Boolean; |
12 | class List; | 19 | class List; |
13 | class Dictionary; | 20 | class Dictionary; |
14 | class Object; | 21 | class Object; |
15 | }; | 22 | }; |
16 | 23 | ||
17 | #include <gats/types.h> | 24 | #include <gats/types.h> |