Skip to content

Commit a9af783

Browse files
committed
forgot headers
1 parent f5ae725 commit a9af783

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

S3DatPacker/repack.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ static int write_main_header();
77
static int write_sub_header(const file_type, const int);
88
static int write_section_simple(const file_type, const char*, const int, char**);
99
static int write_section_menu(const char*, const int, char**, int16_t*, int16_t*);
10-
static int write_section_texture(const char*, const int, char**, int8_t*, int8_t*);
10+
static int write_section_texture(const char*, const int, char**, int8_t*);
1111
static int write_section(const file_type, const char*, const int, char**, int*, int16_t*, int16_t*);

S3DatPacker/unpack.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#pragma once
22

3+
int unpack_gfx(char*, char*, char*, s3_dat_file_format);
34
int determine_pixelformat(s3_dat_main_header);

0 commit comments

Comments
 (0)