1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 20:16:10 +08:00

Move strtools to tier0 & update tier1

This commit is contained in:
GAMMACASE
2024-10-03 22:38:28 +03:00
parent 8cc409e37f
commit 96571c1827
8 changed files with 291 additions and 2323 deletions

View File

@ -33,7 +33,6 @@ LIB_OBJS= \
$(LIB_OBJ_DIR)/commandbuffer.o \
$(LIB_OBJ_DIR)/generichash.o \
$(LIB_OBJ_DIR)/rangecheckedvar.o \
$(LIB_OBJ_DIR)/strtools.o \
$(LIB_OBJ_DIR)/tier1.o \
$(LIB_OBJ_DIR)/utlbufferutil.o \