Fix compile

This commit is contained in:
luboslenco
2025-06-30 20:50:53 +02:00
parent af7dc2e099
commit 38b59ca7fb
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -63,4 +63,3 @@ void draw_cubic_bezier(f32_array_t *x, f32_array_t *y, int segments, float stren
extern int draw_font_size;
extern draw_font_t *draw_font;
extern gpu_texture_t *_draw_current;
extern bool gpu_in_use;
+1
View File
@@ -251,6 +251,7 @@ static inline int gpu_vertex_struct_size(gpu_vertex_structure_t *s) {
}
extern bool gpu_transpose_mat;
extern bool gpu_in_use;
extern gpu_texture_t *current_render_targets[8];
extern int current_render_targets_count;
extern int constant_buffer_index;