#pragma once
#include "rust_ffi/src/bridge.rs.h"
namespace klotski::ffi {
bool short_code_check(uint32_t val);
bool layout_check(uint64_t val);
uint32_t short_code_from_str(rust::Str s);
uint64_t layout_from_str(rust::Str s);
void short_code_speed_up(bool fast_mode);
}