1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-02 19:45:35 +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

11 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