Cogs.Core
FogSystem.cpp
1#include "FogSystem.h"
2
4{
5
6}
void update()
Updates the system state to that of the current frame.
A Context instance contains all the services, systems and runtime components needed to use Cogs.
Definition: Context.h:83