teto pear

This commit is contained in:
Nishi 2026-01-13 04:28:36 +09:00
commit e02687863f
Signed by: nishi
GPG key ID: 27EF69B208EB9343
18 changed files with 3484 additions and 19 deletions

View file

@ -1,11 +1,11 @@
#include <stb_image_write.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <GearSrc/File.h>
#include <stb_image_write.h>
#define CHECK(s) ((linelen > strlen(s)) && memcmp(line, s, strlen(s)) == 0)
int main() {

View file

@ -1,5 +1,6 @@
#include <stb_ds.h>
#include <lz4.h>
#ifdef _WIN32
#include <windows.h>
#else
@ -254,7 +255,7 @@ static void recursive(file_t* parent) {
}
int main(int argc, char** argv) {
unsigned char dat[128];
unsigned char dat[4];
printf("GearSrc Engine resource packer\n");
if(argc >= 2) {