unpack zips in src to better compression

This commit is contained in:
2022-10-20 13:28:49 +02:00
parent e25403bd5f
commit 87eb27f562
447 changed files with 55306 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
extern int16 cpu_usage;
extern int32 total_stram;
extern int32 total_ttram;
extern uint32 stram;
extern uint32 ttram;
extern int16 bar_width;
extern int16 geek_area_width;
extern int16 geek_area_border_width;
extern int16 hcell, x_space;
extern int16 x_pos, w_pos, y_pos, h_pos;
extern WINDOW *app_bar;
extern OBJECT *icons;
extern int16 x_space, menu_enabled;
extern int16 cpu_history[100];
extern void set_component_position( void);