mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-01 03:21:41 +00:00
035307b012
In attempt to document current behaviour. Add commented out checks as desired behaviour.
12 lines
222 B
C++
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
|