Proper setup of PerformanceView/ProcessMeter

This commit is contained in:
Sean Miller
2026-04-07 15:38:16 +01:00
parent b56b7cc1b0
commit 373e541fa6
4 changed files with 18 additions and 14 deletions
+14
View File
@@ -0,0 +1,14 @@
#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