xormod/types.h

4 lines
45 B
C

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