paint: cleanup

This commit is contained in:
luboslenco
2026-04-23 19:42:42 +02:00
parent 35e8945854
commit 834cc4b6cd
3 changed files with 8 additions and 18 deletions
+8 -7
View File
@@ -5,6 +5,14 @@
#include "types.h"
#include <iron.h>
char *manifest_title = "ArmorPaint";
char *manifest_version = "1.0 alpha";
char *manifest_version_project = "5";
char *manifest_version_config = "1";
char *manifest_url = "https://armorpaint.org";
char *manifest_url_android = "https://play.google.com/store/apps/details?id=org.armorpaint";
char *manifest_url_ios = "https://apps.apple.com/app/armorpaint/id1533967534";
any_map_t *ui_children;
any_map_t *ui_nodes_custom_buttons;
gpu_texture_t *layers_temp_image = NULL;
@@ -262,13 +270,6 @@ ui_handle_t *_ui_nodes_hval3;
string_array_t *nodes_brush_categories;
node_list_t_array_t *nodes_brush_list;
any_map_t *nodes_brush_creates;
char *manifest_title = "ArmorPaint";
char *manifest_version = "1.0 alpha";
char *manifest_version_project = "5";
char *manifest_version_config = "1";
char *manifest_url = "https://armorpaint.org";
char *manifest_url_android = "https://play.google.com/store/apps/details?id=org.armorpaint";
char *manifest_url_ios = "https://apps.apple.com/app/armorpaint/id1533967534";
string_array_t *nodes_material_categories;
ui_node_t_array_t *nodes_material_input;
ui_node_t_array_t *nodes_material_texture;
-1
View File
@@ -140,7 +140,6 @@
#include "make_particle.c"
#include "make_sculpt.c"
#include "make_texcoord.c"
#include "manifest.c"
#include "node_shader.c"
#include "nodes_brush.c"
#include "nodes_material.c"
-10
View File
@@ -1,10 +0,0 @@
#include "global.h"
// let manifest_title: string = "ArmorPaint";
// let manifest_version: string = "1.0 alpha";
// let manifest_version_project: string = "4";
// let manifest_version_config: string = "1";
// let manifest_url: string = "https://armorpaint.org";
// let manifest_url_android: string = "https://play.google.com/store/apps/details?id=org.armorpaint";
// let manifest_url_ios: string = "https://apps.apple.com/app/armorpaint/id1533967534";