Merge branch '2.0-dev' of github.com:Namonay/MacroLibX into 2.0-dev

This commit is contained in:
Namonay
2024-10-24 05:15:57 +02:00
16 changed files with 174 additions and 70 deletions

View File

@@ -28,8 +28,6 @@ namespace mlx
inline void StringPut(int x, int y, std::uint32_t color, std::string str);
inline void TexturePut(NonOwningPtr<class Texture> texture, int x, int y);
inline void LoadFont(const std::filesystem::path& filepath, float scale);
inline void TryEraseSpritesInScene(NonOwningPtr<Texture> texture) noexcept;
[[nodiscard]] MLX_FORCEINLINE bool HasWindow() const noexcept { return m_has_window; }