Skip to content

Commit

Permalink
BLUGA-GRAPHICS: Add include shared
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Nov 1, 2023
1 parent bc935e5 commit 79061ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@

#pragma once

constexpr float denominator = 100.0;
namespace Raylib {
constexpr float denominator = 100.0;
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include "B-luga/Logger.hpp"
#include "B-luga/Maths/Maths.hpp"
#include "B-luga-graphics/SharedValues.hpp"
#include "B-luga-graphics/Raylib.hpp"

namespace Systems {
namespace GraphicsSystems {
Expand Down

0 comments on commit 79061ed

Please sign in to comment.