Removed namespace libbsarch in libbsarch.h to preserve C compatibility

This commit is contained in:
G'k
2020-01-04 23:58:50 +01:00
parent 77a6be7bcb
commit f7e1090612
-4
View File
@@ -16,8 +16,6 @@
#define PACKED(datastructure) __pragma(pack(push, 1)) datastructure __pragma(pack(pop))
#endif
namespace libbsarch {
typedef enum bsa_result_code_e
{
BSA_RESULT_NONE = 0,
@@ -147,5 +145,3 @@ BSARCH_DLL_API(void) bsa_share_data_set(bsa_archive_t archive, bool flags);
BSARCH_DLL_API(void)
bsa_file_dds_info_callback_set(bsa_archive_t archive, bsa_file_dds_info_proc_t file_dds_info_proc, void *context);
}