Initial community commit

This commit is contained in:
Jef 2024-09-24 14:54:57 +02:00
parent 537bcbc862
commit fc06254474
16440 changed files with 4239995 additions and 2 deletions

View file

@ -0,0 +1,22 @@
LIBRARY
EXPORTS
;cat include/lhasa/lib/public/*.h | grep -v '^ ' | sed 's/\*//g' | tr '\t' ' ' | grep -v '^ ' | grep ' lha_' | tr '\(' ' ' | awk '{print $2;}' | sort
lha_decoder_for_name
lha_decoder_free
lha_decoder_get_crc
lha_decoder_get_length
lha_decoder_monitor
lha_decoder_new
lha_decoder_read
lha_input_stream_free
lha_input_stream_from
lha_input_stream_from_FILE
lha_input_stream_new
lha_reader_check
lha_reader_current_is_fake
lha_reader_extract
lha_reader_free
lha_reader_new
lha_reader_next_file
lha_reader_read
lha_reader_set_dir_policy