Also added a Color3 alias

This commit is contained in:
2024-12-30 10:45:44 +01:00
parent 31514dd705
commit 77c0ac4933

View File

@@ -26,3 +26,4 @@ struct Vec3 { // TODO: Maybe make this into a class
}; };
typedef Vec3 Point3; typedef Vec3 Point3;
typedef Vec3 Color3;