Skip to content

Commit

Permalink
png.h fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailRis committed Nov 12, 2023
1 parent 912bf28 commit 19c6bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coders/png.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Texture;
class ImageData;

namespace png {
extern ImageData load_image(std::string filename);
extern ImageData* load_image(std::string filename);
extern Texture* load_texture(std::string filename);
}

Expand Down

0 comments on commit 19c6bef

Please sign in to comment.