1: #ifndef included_ALE_options_hh
2: #define included_ALE_options_hh
3: // This should be included indirectly -- only by including ALE.hh
5: #define ALE_OPTIONS_SIZE BOOST_MPL_LIMIT_VECTOR_SIZE
7: namespace ALE {
8: #undef __CLASS__
10: template <typename OptionsSpecifierList_>
11: class Options {
12:
13: };// class Options
15: } // namespace ALE
18: #endif