Skip to content

Commit

Permalink
update directories
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Dec 31, 2024
1 parent a3a53a4 commit f11a612
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions examples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ endif
EXAMPLE_OUTPUTS = \
basics/basic \
basics/text \
gui/container \
ui/container \
advanced/glVer \
basics/textures \
gui/styles \
ui/styles \
advanced/shader \
basics/shapes \
gui/button \
gui/textbox
ui/button \
ui/textbox

all: xdg-shell.c $(EXAMPLE_OUTPUTS) advanced/rsoft ../libRSGL$(LIB_EXT) ../libRSGL.a

Expand Down
2 changes: 1 addition & 1 deletion examples/advanced/glVer.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define RSGL_IMPLEMENTATION
#include "RSGL_rgfw.h"
#include "../ui/RSGL_rgfw.h"

int main(void) {
RGFW_setGLVersion(RGFW_GL_COMPATIBILITY, 3, 3);
Expand Down

0 comments on commit f11a612

Please sign in to comment.