mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-07 15:04:49 +00:00
9 lines
109 B
C++
9 lines
109 B
C++
#ifndef FOREACH_HPP
|
|
#define FOREACH_HPP
|
|
|
|
#include <boost/foreach.hpp>
|
|
|
|
#define foreach BOOST_FOREACH
|
|
|
|
#endif
|