Files
omath/include/omath/engines/unity.hpp
2024-11-27 19:36:28 +03:00

13 lines
116 B
C++

//
// Created by Orange on 11/27/2024.
//
#pragma once
#include <omath/Vector3.hpp>
namespace omath::unity
{
};