mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-14 07:23:26 +00:00
renamed headers
This commit is contained in:
15
include/omath/projection/error_codes.hpp
Normal file
15
include/omath/projection/error_codes.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// Created by Vlad on 03.09.2024.
|
||||
//
|
||||
|
||||
#pragma once
|
||||
#include <cstdint>
|
||||
|
||||
|
||||
namespace omath::projection
|
||||
{
|
||||
enum class Error : uint16_t
|
||||
{
|
||||
WORLD_POSITION_IS_OUT_OF_SCREEN_BOUNDS,
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user