Skip to content

Commit

Permalink
forgot headers
Browse files Browse the repository at this point in the history
  • Loading branch information
horkrux committed Mar 28, 2019
1 parent f5ae725 commit a9af783
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion S3DatPacker/repack.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ static int write_main_header();
static int write_sub_header(const file_type, const int);
static int write_section_simple(const file_type, const char*, const int, char**);
static int write_section_menu(const char*, const int, char**, int16_t*, int16_t*);
static int write_section_texture(const char*, const int, char**, int8_t*, int8_t*);
static int write_section_texture(const char*, const int, char**, int8_t*);
static int write_section(const file_type, const char*, const int, char**, int*, int16_t*, int16_t*);
1 change: 1 addition & 0 deletions S3DatPacker/unpack.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#pragma once

int unpack_gfx(char*, char*, char*, s3_dat_file_format);
int determine_pixelformat(s3_dat_main_header);

0 comments on commit a9af783

Please sign in to comment.