Kohi Game Engine
simple_scene_loader.h
Go to the documentation of this file.
1 
12 #pragma once
13 
15 
This file contains the implementation of the resource system. The resource system is responsible for ...
resource_loader simple_scene_resource_loader_create(void)
Creates and returns a simple scene resource loader.
An "interface" for a resource loader. All registered loaders use this.
Definition: resource_system.h:27