1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-01 03:21:41 +00:00
OpenMW/apps/openmw/options.hpp
elsid 035307b012
Add tests for openmw options
In attempt to document current behaviour. Add commented out checks as desired
behaviour.
2021-10-05 22:51:12 +02:00

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