Files
enduro2d/untests/sources/common.hpp

12 lines
416 B
C++

/*******************************************************************************
* This file is part of the "Enduro2D"
* For conditions of distribution and use, see copyright notice in LICENSE.md
* Copyright (C) 2018 Matvey Cherevko
******************************************************************************/
#pragma once
#include "../catch/catch.hpp"
#include <enduro2d/enduro2d.hpp>
using namespace e2d;