mirror of
https://github.com/zeldaret/ss
synced 2026-07-10 22:41:46 -04:00
Proper setup of PerformanceView/ProcessMeter
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user