Update pakrd_test

This commit is contained in:
2023-10-22 23:53:53 +01:00
parent 69d4462833
commit ce5b943416
2 changed files with 7 additions and 6 deletions

View File

@@ -4,8 +4,9 @@
int main(int argc, char *argv[]) {
pak_read_t *pack = load_asset_pack("assets.pak");
printf("%p\n", (void *)pack);
if (!pack) {
return EXIT_FAILURE;
}
return EXIT_SUCCESS;
}