aboutsummaryrefslogtreecommitdiff
path: root/src/experimental/randombase.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/experimental/randombase.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/experimental/randombase.cpp b/src/experimental/randombase.cpp
index c792772..6514df3 100644
--- a/src/experimental/randombase.cpp
+++ b/src/experimental/randombase.cpp
@@ -4,5 +4,13 @@
4 * This file is part of the libbu++ library and is released under the 4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
6 */ 6 */
7#include "bu/randombase.h"
7 8
9Bu::RandomBase::RandomBase()
10{
11}
12
13Bu::RandomBase::~RandomBase()
14{
15}
8 16