xormod/types.h

4 lines
45 B
C
Raw Permalink Normal View History

2021-04-12 19:15:41 +00:00
#pragma once
struct int2 { int x; int y; };