tibia-client/src/framework/util/foreach.h

8 lines
117 B
C
Raw Normal View History

2011-07-13 23:12:36 +02:00
#ifndef FOREACH_H
#define FOREACH_H
#include <boost/foreach.hpp>
#define foreach BOOST_FOREACH
#endif // FOREACH_H