Update pakrd_test

This commit is contained in:
Abdelrahman Said 2023-10-23 00:06:18 +01:00
parent ce5b943416
commit 9fa96f9712

View File

@ -5,6 +5,8 @@
int main(int argc, char *argv[]) { int main(int argc, char *argv[]) {
pak_read_t *pack = load_asset_pack("assets.pak"); pak_read_t *pack = load_asset_pack("assets.pak");
if (!pack) { if (!pack) {
printf("Failed to load asset pack");
return EXIT_FAILURE; return EXIT_FAILURE;
} }