Cogs.Core
Source
Systems
Core
FogSystem.cpp
1
#include "FogSystem.h"
2
3
void
Cogs::Core::FogSystem::update
(
Context
*
/*context*/
)
4
{
5
6
}
Cogs::Core::ComponentSystemBase::update
void update()
Updates the system state to that of the current frame.
Definition:
ComponentSystem.h:65
Cogs::Core::Context
A Context instance contains all the services, systems and runtime components needed to use Cogs.
Definition:
Context.h:83
Generated by
1.9.6