#pragma once namespace RE::BSResource { enum class SeekMode { kSet = 0x0, kCurrent = 0x1, kEnd = 0x2 }; }