Files
HansTheGatherer/util.hpp

7 lines
49 B
C++

#pragma once
struct Vec2 {
int x;
int y;
};