paint: cleanup

This commit is contained in:
luboslenco
2026-04-05 16:09:00 +02:00
parent e0dac9beb9
commit 3c11f14e05
132 changed files with 3577 additions and 3738 deletions
+5
View File
@@ -1,6 +1,11 @@
#include "global.h"
typedef struct import_texture_data {
char *path;
struct gpu_texture *image;
} import_texture_data_t;
gpu_texture_t *import_texture_default_importer(char *path) {
return data_get_image(path);
}