xormod/types.h

5 lines
72 B
C

#pragma once
struct int2 { int x, y; };
struct float2 { float x, y; };