mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
13 lines
116 B
C++
13 lines
116 B
C++
//
|
|
// Created by Orange on 11/27/2024.
|
|
//
|
|
|
|
#pragma once
|
|
#include <omath/Vector3.hpp>
|
|
|
|
|
|
namespace omath::unity
|
|
{
|
|
|
|
};
|