Skip to content

Commit

Permalink
avoid workflow error
Browse files Browse the repository at this point in the history
  • Loading branch information
dinau committed Jun 6, 2024
1 parent e59cd02 commit e462cb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/utils/loadImage.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@

#include <stdio.h>
#include <stdint.h>
#include <GLFW/glfw3.h>
#include "utils.h"
#ifdef CIMGUI_USE_GLFW
#include <GLFW/glfw3.h>
#endif

// Simple helper function to load an image into a OpenGL texture with common settings
unsigned char* LoadTextureFromFile(const char* imageName, GLuint* out_texture, int* out_width, int* out_height) {
Expand Down

0 comments on commit e462cb9

Please sign in to comment.