diff options
author | Bardur Arantsson <bardur@scientician.net> | 2015-03-07 16:55:42 +0100 |
---|---|---|
committer | Bardur Arantsson <bardur@scientician.net> | 2015-03-07 16:55:42 +0100 |
commit | 8cd6cfab594fb2f93ae655509b5f1399cfa34089 (patch) | |
tree | 6f9687f00b1b7cef0ef5e97d85eed6b8abea35ad /src/help.cc | |
parent | 09c129b63548338b120d54915153ae9321f51a76 (diff) |
Split "ToME options" out into options.{cc,hpp}
Diffstat (limited to 'src/help.cc')
-rw-r--r-- | src/help.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/help.cc b/src/help.cc index e20808bf..f7a8378b 100644 --- a/src/help.cc +++ b/src/help.cc @@ -13,6 +13,7 @@ #include "files.hpp" #include "hooks.h" #include "object1.hpp" +#include "options.hpp" #include "skills.hpp" #include "util.hpp" |