dxx-rebirth/common/include/compiler-begin.h

12 lines
337 B
C
Raw Normal View History

2014-06-01 17:55:23 +00:00
/*
* This file is part of the DXX-Rebirth project <https://www.dxx-rebirth.com/>.
2014-06-01 17:55:23 +00:00
* It is copyright by its individual contributors, as recorded in the
* project's Git history. See COPYING.txt at the top level for license
* terms and a link to the Git history.
*/
2014-01-18 18:02:02 +00:00
#pragma once
#include <iterator>
using std::begin;
using std::end;