aboutsummaryrefslogtreecommitdiff
path: root/src/unit
diff options
context:
space:
mode:
Diffstat (limited to 'src/unit')
-rw-r--r--src/unit/entities/unit9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/unit/entities/unit b/src/unit/entities/unit
index 28db45f..ab0eed2 100644
--- a/src/unit/entities/unit
+++ b/src/unit/entities/unit
@@ -4,7 +4,14 @@
4 <file 4 <file
5 name="source" 5 name="source"
6 filename="{=name:%tolower}.cpp" 6 filename="{=name:%tolower}.cpp"
7>#include "bu/unitsuite.h" 7>/*
8 * Copyright (C) 2007 Xagasoft, All rights reserved.
9 *
10 * This file is part of the libbu++ library and is released under the
11 * terms of the license contained in the file LICENSE.
12 */
13
14#include "bu/unitsuite.h"
8 15
9class Unit : public Bu::UnitSuite 16class Unit : public Bu::UnitSuite
10{ 17{