ref: 37c5236b9b0d3b297ff907c1c3af3087582d658a
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);