Trying to run first GTE code

This commit is contained in:
2024-01-24 17:29:42 -05:00
parent 1922515228
commit 2c4fb231f2
4 changed files with 103 additions and 12 deletions

View File

@@ -187,6 +187,8 @@ namespace JabyEngine {
template<typename T>
struct Position : public internal::XYMovement<Position<T>, T> {
using PrimitiveType = T;
T x;
T y;