File tree Expand file tree Collapse file tree 6 files changed +3
-4
lines changed
Expand file tree Collapse file tree 6 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ OBJS = audio.o \
7474 main.o \
7575 toast.o \
7676 open_file_dialog.o \
77- stb_ds .o \
77+ stb_impl .o \
7878 profiles.o \
7979 imgui.o \
8080 imgui_draw.o \
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ OBJS = audio.o \
5555 main.o \
5656 toast.o \
5757 open_file_dialog.o \
58- stb_ds .o \
58+ stb_impl .o \
5959 profiles.o \
6060 imgui.o \
6161 imgui_draw.o \
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1- // stb_ds.c
21#define STB_DS_IMPLEMENTATION
32#include "stb_ds.h"
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ OBJS = audio.obj \
7777 input.obj \
7878 main.obj \
7979 toast.obj \
80- stb_ds .obj \
80+ stb_impl .obj \
8181 profiles.obj \
8282 open_file_dialog.obj \
8383 imgui_impl_sdl.obj \
You can’t perform that action at this time.
0 commit comments