1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 02:56:35 +01:00

Added chat windows, and some clean up.

This commit is contained in:
plutooo
2013-07-31 10:20:03 -07:00
parent 31e49e2ec5
commit 7290527cdc
6 changed files with 222 additions and 18 deletions

View File

@@ -6,7 +6,8 @@ set(exe_name toxic)
add_executable(${exe_name}
main.c
prompt.c
friendlist.c)
friendlist.c
chat.c)
target_link_libraries(${exe_name}
curses)