#pragma once namespace Atomic { /// Get the native key for a given scancode, return -1 if unknown int GetNativeKeyFromSDLScanCode(int scancode); }