summaryrefslogtreecommitdiffhomepage
path: root/loader/impl.hpp
blob: 2c26c86316410e4efe68704287d7f093039d3c02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

namespace Corrade::Containers { template<typename T> class BasicStringView; using StringView = BasicStringView<const char>; }
namespace floormat::Serialize { struct anim; }

namespace floormat::loader_detail {

bool chdir(StringView pathname);
Serialize::anim deserialize_anim(StringView filename);
void system_init();

} // namespace floormat::loader_detail