mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-02 19:45:35 +00:00
035307b012
In attempt to document current behaviour. Add commented out checks as desired behaviour.
11 lines
222 B
C++
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
|