teto pear
This commit is contained in:
parent
5c041e0320
commit
e02687863f
18 changed files with 3484 additions and 19 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue