1 | |
---|---|
2 | // Boost substitute. For full boost library see http://boost.org |
3 | |
4 | #ifndef BOOST_CONFIG_HPP |
5 | #define BOOST_CONFIG_HPP |
6 | |
7 | #define BOOST_MINIMAL 1 |
8 | |
9 | #define BLARGG_BEGIN_NAMESPACE( name ) |
10 | #define BLARGG_END_NAMESPACE |
11 | |
12 | #endif |
13 | |
14 |
1 | |
---|---|
2 | // Boost substitute. For full boost library see http://boost.org |
3 | |
4 | #ifndef BOOST_CONFIG_HPP |
5 | #define BOOST_CONFIG_HPP |
6 | |
7 | #define BOOST_MINIMAL 1 |
8 | |
9 | #define BLARGG_BEGIN_NAMESPACE( name ) |
10 | #define BLARGG_END_NAMESPACE |
11 | |
12 | #endif |
13 | |
14 |