mirror of
https://github.com/UberGames/RPG-X2-rpgxEF.git
synced 2025-02-12 15:15:42 +00:00
Added a double linked list implementation
This commit is contained in:
parent
185451ad39
commit
f027e4ef19
2 changed files with 3 additions and 1 deletions
|
@ -91,7 +91,8 @@ OBJ = \
|
|||
lua_trace.o \
|
||||
lua_cvar.o \
|
||||
sqlite3.o \
|
||||
md5.o
|
||||
md5.o \
|
||||
list.o
|
||||
|
||||
# game object for syscalls to the engine
|
||||
SOOBJ = \
|
||||
|
@ -207,6 +208,7 @@ lua_trace.o: lua_trace.c; $(DO_CC)
|
|||
lua_cvar.o: lua_cvar.c; $(DO_CC)
|
||||
sqlite3.o: sqlite3.c; $(DO_CC)
|
||||
md5.o: md5.c; $(DO_CC)
|
||||
list.o: list.c; $(DO_CC)
|
||||
|
||||
# game syscalls
|
||||
g_syscalls.o : g_syscalls.c; $(DO_CC)
|
||||
|
|
BIN
stefgame.suo
BIN
stefgame.suo
Binary file not shown.
Loading…
Reference in a new issue