2021-01-11 20:11:03 +00:00
|
|
|
#pragma once
|
|
|
|
#include "system.h"
|
|
|
|
|
|
|
|
void platform_init();
|
|
|
|
void platform_shutdown();
|
2021-05-10 07:10:26 +00:00
|
|
|
float platform_frametime();
|
2021-01-11 20:11:03 +00:00
|
|
|
uint8_t platform_is_running();
|
|
|
|
|
2021-05-07 12:27:51 +00:00
|
|
|
void platform_input();
|
2021-01-11 20:11:03 +00:00
|
|
|
void platform_render();
|