moving from .h to .hpp to make thing more clear

This commit is contained in:
2024-10-20 00:32:34 +03:00
parent e85f445dc4
commit 3809103d93
34 changed files with 45 additions and 45 deletions

View File

@@ -2,7 +2,7 @@
// Created by vlad on 2/4/24.
//
#include "omath/Color.h"
#include "omath/Color.hpp"
#include <algorithm>
#include <cmath>