summaryrefslogtreecommitdiffhomepage
path: root/loader/vobj-cell.hpp
blob: c5882624f5e4b18badc1130d66c0f54b90dad1c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#pragma once
#include <cr/String.h>
#include "compat/borrowed-ptr.hpp"

namespace floormat {

class anim_atlas;

struct vobj_cell final
{
    String name, descr;
    bptr<class anim_atlas> atlas;
};

} // namespace floormat