aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/system/RenderSystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/system/RenderSystem.h')
-rw-r--r--src/crepe/system/RenderSystem.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/crepe/system/RenderSystem.h b/src/crepe/system/RenderSystem.h
index 70db21a..8dd8b7e 100644
--- a/src/crepe/system/RenderSystem.h
+++ b/src/crepe/system/RenderSystem.h
@@ -3,6 +3,8 @@
#include "api/Camera.h"
#include "System.h"
+#include "api/ParticleEmitter.h"
+#include "api/Transform.h"
namespace crepe {
@@ -44,7 +46,9 @@ private:
void update_camera();
//! Renders all active sprites to the screen.
- void render_sprites() const;
+ void render_sprites() ;
+
+ void render_particle(const ParticleEmitter& em, Transform & tm);
/**
* \todo Include color handling for sprites.