Support for (read-only) TCP connection agent communication

This commit is contained in:
Petr Baudis 2011-11-26 23:24:06 +01:00
parent a72882a743
commit 6b3a51139a
5 changed files with 75 additions and 12 deletions

View file

@ -1,6 +1,6 @@
CFLAGS=-Wall -O3 -g
OBJS=main.o map.o agent.o
OBJS=main.o map.o agent.o connection.o
brmlife: $(OBJS)
$(CXX) -o $@ $^