#pragma once #include "IDMapper.h" #include "block/state/BlockState.h" namespace Feather { class Registry { public: static IDMapper BLOCK_STATES; static void Init(); }; }