ramdb/addons/db/XEH_PREP.hpp
Jacob Schmidt ef28cd7ac6
All checks were successful
Build / Build (push) Successful in 30s
Update 03212025@2305
2025-03-21 23:05:12 -05:00

24 lines
377 B
C++

PREP(addTask);
PREP(delete);
PREP(fetch);
PREP(get);
PREP(handler);
PREP(hashGet);
PREP(hashGetAll);
PREP(hashGetAllId);
PREP(hashSet);
PREP(hashSetBulk);
PREP(hashSetId);
PREP(hashSetIdBulk);
PREP(init);
PREP(listAdd);
PREP(listGet);
PREP(listLoad);
PREP(listRemove);
PREP(listSet);
PREP(load);
PREP(printAddonName);
PREP(processQueue);
PREP(save);
PREP(scheduler);
PREP(set);