mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
All IG code should use the interface of LocatedEntity when dealing with any entity, rather than sometimes requiring Entity. Add virtual functions to the interface where required, and modify all other interfaces to stop them using Entity. This makes the code way cleaner, and much better de-coupled. |
||
|---|---|---|
| .. | ||
| DateTime.cpp | ||
| DateTime.h | ||
| EntityRef.cpp | ||
| EntityRef.h | ||
| Location.cpp | ||
| Location.h | ||
| Makefile.am | ||
| TerrainContext.cpp | ||
| TerrainContext.h | ||
| WorldTime.cpp | ||
| WorldTime.h | ||