#pragma once namespace floormat { enum class light_falloff : uint8_t { constant = 1, linear = 0, quadratic = 2, }; } // namespace floormat