mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
10 lines
168 B
C++
10 lines
168 B
C++
// SPDX-License-Identifier: MIT
|
|
//
|
|
// EmulationStation Desktop Edition
|
|
// Vector2i.cpp
|
|
//
|
|
// 2-dimensional integer vector functions.
|
|
//
|
|
|
|
#include "math/Vector2i.h"
|