removed src (to get rid of duplicates)

This commit is contained in:
2025-05-19 03:33:32 +05:00
parent 609f7337da
commit fbd6d43e89
52 changed files with 0 additions and 2928 deletions

View File

@@ -1,13 +0,0 @@
#pragma once
#include <imgui.h>
#include "../common/std.hpp"
#include "resources.hpp"
namespace ougge::resources {
ImFont* ImFont_LoadFromFile(const std::string& file_path, f32 font_size, f32 dpi);
ImFont* ImFont_LoadFromResource(ResourceFactory* res, f32 font_size, f32 dpi);
}