mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-19 00:59:18 +02:00
WIP
This commit is contained in:
9
entitysystem/systems/MeshRenderSystem.h
Normal file
9
entitysystem/systems/MeshRenderSystem.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "BaseSystem.h"
|
||||
|
||||
class MeshRenderSystem : public BaseSystem
|
||||
{
|
||||
public:
|
||||
void Render(ECWorld& world) override;
|
||||
};
|
||||
Reference in New Issue
Block a user