From 07116cd28845c3e589ab7e99f32d0ab96dd5cf4d Mon Sep 17 00:00:00 2001 From: onelin Date: Sat, 29 Nov 2025 23:04:52 +0100 Subject: TMP Rework rendering --- src/api/daw.h | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'src/api') diff --git a/src/api/daw.h b/src/api/daw.h index 2676170..259c743 100644 --- a/src/api/daw.h +++ b/src/api/daw.h @@ -6,8 +6,9 @@ extern "C" { #endif #include -#include +#include +typedef struct Instance Instance; /* Essential functions */ Instance* engine_init(const char* windowtitle, i32 windowWidth, i32 windowHeight, @@ -21,16 +22,6 @@ void engine_stop(Instance* p); /* Utility functions */ void engine_fps_max(Instance* p, u16 cap); -void render_set_zoom(f32 new_zoom); -void render_adjust_zoom(f32 diff); -void render_add_unit(RenderUnit* u); - -/* move this */ -void delay(uint64_t ms); - -// file operations -usize f_get_sz(FILE* f); - #ifdef __cplusplus } -- cgit v1.3