Start breaking world.cpp into multiple files

This commit is contained in:
2021-08-24 10:59:19 -04:00
parent 2be6c2c58e
commit 82f1f69c25
6 changed files with 426 additions and 434 deletions

View File

@@ -13,13 +13,14 @@ CPP_FILES=\
cpp/globaldb.cpp\
cpp/sched.cpp\
cpp/table.cpp\
cpp/tablecmp.cpp\
cpp/gui.cpp\
cpp/luasnap.cpp\
cpp/animqueue.cpp\
cpp/streambuffer.cpp\
cpp/source.cpp\
cpp/world.cpp\
cpp/world-difftab.cpp\
cpp/world-pairtab.cpp\
cpp/textgame.cpp\
cpp/main.cpp