🚚 engine.h: Extract CelSprite and file loading

This commit is contained in:
Gleb Mazovetskiy 2021-06-16 11:17:10 +01:00 committed by Anders Jenbo
commit e40b1963f9
47 changed files with 241 additions and 146 deletions

View file

@ -3,11 +3,13 @@
*
* Implementation of functionality for handling quests.
*/
#include "quests.h"
#include <fmt/format.h>
#include "control.h"
#include "cursor.h"
#include "engine/load_file.hpp"
#include "engine/render/cel_render.hpp"
#include "engine/render/text_render.hpp"
#include "gendung.h"