fixing compilation issues

This commit is contained in:
2024-10-22 12:09:49 +02:00
parent 92743b0b03
commit a86f26f0f3
13 changed files with 72 additions and 97 deletions

View File

@@ -44,7 +44,7 @@ namespace mlx
inline void LoopHook(int (*f)(void*), void* param);
inline void LoopEnd() noexcept;
inline void LoadFont(Handle win, const std::filesystem::path& filepath, float scale);
inline void LoadFont(const std::filesystem::path& filepath, float scale);
void Run() noexcept;