Move gte_instructions back

This commit is contained in:
2024-01-28 22:15:21 -05:00
parent 6f48d1ff6c
commit 493a33cff9
4 changed files with 109 additions and 93 deletions

View File

@@ -1,5 +1,5 @@
#pragma once
#include "gte_types.hpp"
#include "gte_instruction.hpp"
namespace JabyEngine {
namespace GTE {