shithub: cstory

ref: 142bca65781430df5e2bad2ebad2482de5e603a5
dir: /src/Backends/Platform.h/

View raw version
#pragma once

#include "../WindowsWrapper.h"

extern BOOL bActive;

void PlatformBackend_Init(void);

void PlatformBackend_GetBasePath(char *string_buffer);

BOOL PlatformBackend_SystemTask(void);