1 /*
2  *  Created by Martin on 21/11/2017.
3  *
4  *  This file collects declaration that we want to expose to test files.
5  *  These declarations are expected to be duplicated elsewhere,
6  *  together with their implementation.
7  *
8  *  Distributed under the Boost Software License, Version 1.0. (See accompanying
9  *  file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
10  */
11 #ifndef TWOBLUECUBES_CATCH_USER_INTERFACES_H_INCLUDED
12 #define TWOBLUECUBES_CATCH_USER_INTERFACES_H_INCLUDED
13 
14 namespace Catch {
15     unsigned int rngSeed();
16 }
17 
18 #endif // TWOBLUECUBES_CATCH_USER_INTERFACES_H_INCLUDED
19