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 e3a235e commit 857543a
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 @@ -5,7 +5,7 @@
extern "C" {
#endif

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

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

Expand Down

0 comments on commit 857543a

Please sign in to comment.