mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-03 07:17:59 +03:00
Various fixes to get openmw to compile and run properly
This commit is contained in:
parent
0de4bb9d6c
commit
4a3f6b0ff1
7 changed files with 24 additions and 14 deletions
|
@ -1,6 +1,8 @@
|
|||
#ifndef COMMANDSERVER_COMMAND_HPP
|
||||
#define COMMANDSERVER_COMMAND_HPP
|
||||
|
||||
#include <boost/function.hpp>
|
||||
|
||||
namespace OMW
|
||||
{
|
||||
///
|
||||
|
@ -16,4 +18,4 @@ namespace OMW
|
|||
};
|
||||
}
|
||||
|
||||
#endif COMMANDSERVER_COMMAND_HPP
|
||||
#endif //COMMANDSERVER_COMMAND_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue