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,9 @@
extern app_data *root, *selected, *old_selected;
extern int16 app_nbr;
extern int16 app_data_attach( char *name, int16 id);
extern void app_data_delete( int16 id);
extern app_data *app_data_find( int16 id);
extern void app_data_search( void);