1 /** Aesalon, a tool to visualize program behaviour in real time.
2 Copyright (C) 2009-2011, Aesalon development team.
4 Aesalon is distributed under the terms of the GNU GPLv3. See
5 the included file LICENSE for more information.
7 @file include/artisan/gviewport/TreeType.h
10 #ifndef AesalonArtisan_GViewport_TreeType_H
11 #define AesalonArtisan_GViewport_TreeType_H
13 #include "storage/RTree.h"
20 typedef Storage::RTree
<double, Object
*, 2, 64, 8> TreeType
;
22 } // namespace GViewport
23 } // namespace Artisan