openmw-tes3coop/apps/openmw/mwmp/ScriptController.hpp

11 lines
222 B
C++
Raw Normal View History

#ifndef OPENMW_SCRIPTCONTROLLER_HPP
#define OPENMW_SCRIPTCONTROLLER_HPP
namespace ScriptController
{
unsigned short getPacketOriginFromContextType(unsigned short contextType);
}
#endif //OPENMW_SCRIPTCONTROLLER_HPP