Trying to run first GTE code

This commit is contained in:
Jaby
2024-01-24 17:29:42 -05:00
committed by Jaby
parent 790f5f376f
commit 8275d8adc9
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;