initial commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#ifndef HYDRARENDERSYSTEM
|
||||
#define HYDRARENDERSYSTEM
|
||||
|
||||
#include "../../engine/HydraObject.h"
|
||||
#include "../HydraSystem.h"
|
||||
#include <GLMIncludes.h>
|
||||
#include <queue>
|
||||
|
||||
class HydraRenderSystem : public HydraSystem
|
||||
{
|
||||
public:
|
||||
|
||||
void Initialise() override;
|
||||
protected:
|
||||
virtual void UpdateSystem(float delta_t_seconds){}
|
||||
};
|
||||
|
||||
#endif /* HYDRARENDERSYSTEM */
|
||||
Reference in New Issue
Block a user