mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 23:13:26 +00:00
moving from .h to .hpp to make thing more clear
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <expected>
|
||||
#include <omath/Vector3.h>
|
||||
#include <omath/Mat.h>
|
||||
#include <omath/Vector3.hpp>
|
||||
#include <omath/Mat.hpp>
|
||||
#include <string_view>
|
||||
#include "ErrorCodes.h"
|
||||
#include "ErrorCodes.hpp"
|
||||
|
||||
|
||||
namespace omath::projection
|
||||
Reference in New Issue
Block a user