#pragma once #include "uuid.h" namespace TSE { uuids::uuid GenerateRandomUUID(); void InitRandomIDs(); } // namespace TSE