#pragma once namespace RE { enum class RECOIL_ENUM { kNone = 0x0, kSmall = 0x1, kLarge = 0x2 }; }