1 #ifndef BASICRENDERMODUL_H
2 #define BASICRENDERMODUL_H
5 #include "Interface/IShader.h"
6 #include "renderprocessmanager.h"
7 #include "scenemanager.h"
8 #include "shadowevent.h"
19 void renderProcess(
const DrawEvent &event);
24 #endif // BASICRENDERMODUL_H
Definition: basicrendermodul.h:13
Definition: rendermodul.h:9
The DrawEvent - event class.
Definition: drawevent.h:31