mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-17 11:12:25 +01:00
17 lines
431 B
C++
17 lines
431 B
C++
/*
|
|
* Created by Malcolm on 10/11/2013.
|
|
* Copyright 2013 Malcolm Noyes
|
|
*
|
|
* Distributed under the Boost Software License, Version 1.0. (See accompanying
|
|
* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
*/
|
|
|
|
#ifndef TWOBLUECUBES_CATCH_VS_NATIVE_HPP_INCLUDED
|
|
#define TWOBLUECUBES_CATCH_VS_NATIVE_HPP_INCLUDED
|
|
|
|
#ifdef INTERNAL_CATCH_VS_NATIVE
|
|
|
|
#endif
|
|
|
|
#endif // TWOBLUECUBES_CATCH_VS_NATIVE_HPP_INCLUDED
|