mirror of
				https://github.com/TES3MP/openmw-tes3mp.git
				synced 2025-11-04 10:26:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			413 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			413 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#ifndef OPENMW_PACKETSCRIPTLOCALSHORT_HPP
 | 
						|
#define OPENMW_PACKETSCRIPTLOCALSHORT_HPP
 | 
						|
 | 
						|
#include <components/openmw-mp/Packets/World/WorldPacket.hpp>
 | 
						|
 | 
						|
namespace mwmp
 | 
						|
{
 | 
						|
    class PacketScriptLocalShort : public WorldPacket
 | 
						|
    {
 | 
						|
    public:
 | 
						|
        PacketScriptLocalShort(RakNet::RakPeerInterface *peer);
 | 
						|
 | 
						|
        virtual void Object(WorldObject &obj, bool send);
 | 
						|
    };
 | 
						|
}
 | 
						|
 | 
						|
#endif //OPENMW_PACKETSCRIPTLOCALSHORT_HPP
 |