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

8 lines
117 B
C

#ifndef FOREACH_H
#define FOREACH_H
#include <boost/foreach.hpp>
#define foreach BOOST_FOREACH
#endif // FOREACH_H