src: class Packer decomposition, introduce PackerBase

This commit is contained in:
Markus F.X.J. Oberhumer
2023-08-10 20:40:27 +02:00
parent a66ee9fafd
commit c65c882ecc
8 changed files with 130 additions and 111 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
// This file implements the central loop, and it uses class PackMaster to
// dispatch. PackMaster by itself will instantiate a concrete subclass
// of class Packer which then does the actual work.
// of class PackerBase which then does the actual work.
// And see p_com.cpp for a simple executable format.
#include "conf.h"