Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Commit

Permalink
Update tga.h
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinAlavik authored Feb 24, 2024
1 parent 44f7391 commit e3a235e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/corelib/tga.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ extern "C" {

unsigned int *tga_parse(unsigned char *ptr, int size);

void draw_targa_image(char *image, int x, int y);
void draw_targa_image(char *image, int size, int x, int y);

#ifdef __cplusplus
}
Expand Down

0 comments on commit e3a235e

Please sign in to comment.