ref: 3a5a5044b179198dba416eaf3a9bb17f7854d191
dir: /src/Backends/Platform.h/
#pragma once #include "../WindowsWrapper.h" extern BOOL bActive; void PlatformBackend_Init(void); void PlatformBackend_GetBasePath(char *string_buffer); BOOL PlatformBackend_SystemTask(void);