diff options
Diffstat (limited to 'gfx/renderable.cpp')
-rw-r--r-- | gfx/renderable.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gfx/renderable.cpp b/gfx/renderable.cpp index 9e8d122..539efb1 100644 --- a/gfx/renderable.cpp +++ b/gfx/renderable.cpp @@ -4,3 +4,7 @@ void Renderable::lights(const SceneShader &) const { } +void +Renderable::shadows(const ShadowMapper &) const +{ +} |