Replace define private with __friends

This commit is contained in:
Jaby
2023-10-06 14:50:44 +02:00
committed by Jaby
parent 8f915dfb9a
commit dbf3e5d1de
10 changed files with 11 additions and 15 deletions

View File

@@ -5,7 +5,7 @@
namespace JabyEngine {
class MasterTime {
private:
__friends:
static uint32_t value;
public: