100% eggSystem.cpp

This commit is contained in:
Sean Miller
2026-04-09 23:32:06 +01:00
parent c8b3ad05d2
commit 2b3486b05f
9 changed files with 181 additions and 24 deletions
-14
View File
@@ -1,14 +0,0 @@
#ifndef EGG_PROCESS_METER_H
#define EGG_PROCESS_METER_H
#include "egg/core/eggThread.h"
namespace EGG {
class PerformanceView {};
class ProcessMeter : public Thread, public PerformanceView {};
};
#endif // EGG_PROCESS_METER_H