clusterizer show server information in imgui. server can dispatch waiting jobs and some fixes

This commit is contained in:
2025-02-22 23:48:21 +01:00
parent 05ba0447d2
commit 31358ff2c9
8 changed files with 171 additions and 39 deletions

View File

@ -65,6 +65,7 @@ ALL_SRCS := $(IMGUI_SRCS) gl.cpp \
class/Clusterizer/Clusterizer.cpp\
class/Clusterizer/client.cpp \
class/Clusterizer/server.cpp \
class/Clusterizer/imgui.cpp \
SRCS := $(ALL_SRCS:%=$(SRCS_DIR)/%)
OBJS := $(addprefix $(OBJS_DIR)/, $(SRCS:%.cpp=%.o))