mirror of
https://github.com/ModOrganizer2/libbsarch.git
synced 2026-07-27 14:06:31 -07:00
Cleaned up test source
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
|
||||
#include "libbsarch.h"
|
||||
|
||||
using namespace std::string_literals;
|
||||
|
||||
#pragma comment(lib, "libbsarch")
|
||||
|
||||
int main() {
|
||||
@@ -23,6 +21,4 @@ int main() {
|
||||
bsa_entry_list_free(entries);
|
||||
|
||||
bsa_free(archive);
|
||||
|
||||
printf("test\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user