1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-01 00:27:44 +00:00
sapphire/src/common/Vector3.cpp

9 lines
218 B
C++
Raw Normal View History

2019-02-06 11:38:29 +01:00
#include <string.h>
2019-02-06 11:12:29 +01:00
#include "Vector3.h"
inline bool Sapphire::Common::FFXIVARR_POSITION3::operator == ( const FFXIVARR_POSITION3& target ) const
2019-02-06 11:12:29 +01:00
{
return !memcmp( this, &target, sizeof( FFXIVARR_POSITION3 ) );
2019-02-06 11:12:29 +01:00
}