1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 19:19:56 +00:00

[General] Fix incorrect capitalization in ObjectMove directives

This commit is contained in:
David Cernat 2018-07-05 06:07:10 +03:00
parent bbb461a5e5
commit 32ad8ef2f0

View file

@ -1,5 +1,5 @@
#ifndef OPENMW_PacketObjectMove_HPP
#define OPENMW_PacketObjectMove_HPP
#ifndef OPENMW_PACKETOBJECTMOVE_HPP
#define OPENMW_PACKETOBJECTMOVE_HPP
#include <components/openmw-mp/Packets/Object/ObjectPacket.hpp>
@ -14,4 +14,4 @@ namespace mwmp
};
}
#endif //OPENMW_PacketObjectMove_HPP
#endif //OPENMW_PACKETOBJECTMOVE_HPP