ES-DE/es-core/src/math/Vector2i.cpp

10 lines
168 B
C++
Raw Normal View History

// SPDX-License-Identifier: MIT
//
// EmulationStation Desktop Edition
// Vector2i.cpp
//
// 2-dimensional integer vector functions.
//
2017-11-13 22:16:38 +00:00
#include "math/Vector2i.h"