GameDevTecnico / cubos

A still very barebones game engine focused on voxels and data-oriented programming
https://gamedevtecnico.github.io/cubos/
MIT License
80 stars 20 forks source link

Move Opt class to memory namespace #1259

Closed roby2014 closed 3 weeks ago

roby2014 commented 4 weeks ago

Description

Move Opt class from ecs to memory namespace.

Checklist

github-actions[bot] commented 4 weeks ago

PR Preview Action v1.4.7 :---: :rocket: Deployed preview to https://GameDevTecnico.github.io/cubos/docs-preview/pr-1259/ on branch gh-pages at 2024-06-17 11:07 UTC

codecov[bot] commented 4 weeks ago

Codecov Report

Attention: Patch coverage is 81.81818% with 2 lines in your changes missing coverage. Please review.

Project coverage is 40.61%. Comparing base (c13fc97) to head (bfbcb82).

Files Patch % Lines
core/include/cubos/core/memory/opt.hpp 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1259 +/- ## ======================================= Coverage 40.61% 40.61% ======================================= Files 354 354 Lines 26330 26330 ======================================= Hits 10695 10695 Misses 15635 15635 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

roby2014 commented 3 weeks ago

welp cant merge