1#ifndef TimeManagerAttorney_H
2#define TimeManagerAttorney_H
4#include "TimeManager.h"
16 friend class SUNENGINE;
Provides controlled access to the TimeManager class for specific classes.
Definition TimeManagerAttorney.h:14
static void ProcessTime()
Processes the time by updating the current and delta time.
Definition TimeManager.h:74
static float GetTime()
Retrieves the current time.
Definition TimeManager.h:30
static void Delete()
Deletes the TimeManager instance.
Definition TimeManager.h:69
static float GetDeltaTime()
Retrieves the delta time.
Definition TimeManager.h:23