mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
* modules/EntityRef.cpp, modules/EntityRef.h: Add a new class to handle a weak reference to an Entity. * tests/EntityReftest.cpp: Test the weak reference class.
8 lines
217 B
Makefile
8 lines
217 B
Makefile
INCLUDES = -I$(top_srcdir)
|
|
|
|
noinst_LIBRARIES = libmodules.a
|
|
|
|
libmodules_a_SOURCES = DateTime.cpp DateTime.h \
|
|
WorldTime.cpp WorldTime.h \
|
|
EntityRef.cpp EntityRef.h \
|
|
Location.cpp Location.h
|