add emp functionality

This commit is contained in:
2024-02-08 19:43:55 -08:00
parent 2c733f77df
commit e0e06eff5e
15 changed files with 249 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ EGVAR(common,diaryRecords) = createHashMap;
// initialize other modules
call EFUNC(emp,initClient);
call EFUNC(mapcopy,initClient);
call EFUNC(reinsert,initClient);
call EFUNC(resupply,initClient);