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