Began refactoring the entire source tree.
[aesalon.git] / include / storage / RTree.h
blob464312be43838bb8715676a5c32c1352d5351d0d
2 /** Aesalon, a tool to visualize program behaviour in real time.
3 Copyright (C) 2009-2011, Aesalon development team.
5 Aesalon is distributed under the terms of the GNU GPLv3. See
6 the included file LICENSE for more information.
8 @file include/storage/RTree.h
9 */
11 #ifndef AesalonStorage_RTree_H
12 #define AesalonStorage_RTree_H
15 namespace Storage {
17 class RTree {
18 public:
19 RTree();
20 ~RTree();
23 } // namespace Storage
25 #endif