// SPDX-License-Identifier: BSD-2-Clause // Copyright (c) 2025 Kirill Dmitrievich // File: inhabited.hh // Description: Flag component for chunks that should be saved on disk #ifndef SERVER_WORLD_INHABITED_HH #define SERVER_WORLD_INHABITED_HH #pragma once struct Inhabited final {}; #endif