🚚 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

@ -5,6 +5,8 @@
*/
#include "cursor.h"
#include "engine/cel_sprite.hpp"
#include "engine/load_cel.hpp"
#include "engine/point.hpp"
#include "inv.h"
#include "spells.h"