#include "Pvs.h" #include "Timer/PerfTimer.h" #include namespace CHCDemoEngine { void Pvs::Clear() { mEntries.clear(); } bool Pvs::Empty() const { return mEntries.empty(); } }