open_toontown_panda3d/direct/src/deadrec/Sources.pp

16 lines
265 B
ObjectPascal

#begin lib_target
#define TARGET deadrec
#define SOURCES \
correction.cxx prediction.cxx
#define INSTALL_HEADERS \
correction.h prediction.h
#define IGATESCAN \
correction.h prediction.h
#define LOCAL_LIBS \
directbase
#end lib_target