You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw/apps/openmw/options.hpp

12 lines
222 B
C++

#ifndef APPS_OPENMW_OPTIONS_H
#define APPS_OPENMW_OPTIONS_H
#include <boost/program_options/options_description.hpp>
namespace OpenMW
{
boost::program_options::options_description makeOptionsDescription();
}
#endif