libprimis
libprimis copied to clipboard
removal of `hashtable`s and everything based on `hashbase` from tools.h
Attempt to close Issue #257 Remade from #258
Right now I just have 3 hashtables left.
-
hashtable<vec, int> share;
inanimmodel.h:144
-
hashtable<ivec, int> verthash(1<<11);
inobj.cpp:75
-
static hashtable<cfkey, cfpolys> cpolys;
inoctacube.cpp:718
For the first two, we either go the std::hash route or we reimplement them. For the thrid one, I'm not sure
sooo what do we do about this?