1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-03 17:37:18 +00:00
OpenMW/apps/openmw/options.hpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
222 B
C++
Raw Normal View History

#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