Files
Project-Reboot-3.0/Project Reboot 3.0/Vector2D.h
Milxnor a4ed589aab quite a bit
llamas, fix some ltm specific stuff, add auto bus start for auto restart,  work in progress lategame on 1.11, fix a crash, performance
2023-05-04 20:46:48 -04:00

7 lines
55 B
C

#pragma once
struct FVector2D
{
float X;
float Y;
};