Kohi Game Engine
bitmap_font_loader.h
Go to the documentation of this file.
1 
11 #pragma once
12 
14 
resource_loader bitmap_font_resource_loader_create(void)
Creates and returns a bitmap font resource loader.
This file contains the implementation of the resource system. The resource system is responsible for ...
An "interface" for a resource loader. All registered loaders use this.
Definition: resource_system.h:27