Version: 1.0
end_forest.h
Go to the documentation of this file.
1 // Copyright (c) 2020, the GRAPHGEN contributors, as
2 // shown by the AUTHORS file. All rights reserved.
3 //
4 // Use of this source code is governed by a BSD-style
5 // license that can be found in the LICENSE file.
6 
7 #ifndef GRAPHGEN_END_FOREST_H_
8 #define GRAPHGEN_END_FOREST_H_
9 
10 #include "conact_tree.h"
11 #include "base_forest.h"
12 
13 class EndForest : BaseForest {
14 
15 };
16 
17 #endif // !GRAPHGEN_END_FOREST_H_