🚚 engine.h: Extract CelSprite and file loading
This commit is contained in:
parent
aa54675d83
commit
e40b1963f9
47 changed files with 241 additions and 146 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue