diff options
Diffstat (limited to 'tools/shadertoy/template.cc')
| -rw-r--r-- | tools/shadertoy/template.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/shadertoy/template.cc b/tools/shadertoy/template.cc index 288283d..35c9b10 100644 --- a/tools/shadertoy/template.cc +++ b/tools/shadertoy/template.cc @@ -2,8 +2,8 @@ // ShaderToy effect implementation - REPLACE THIS LINE // TODO: Update description, rename class -#include "gpu/effects/shadertoy_effect.h" -#include "gpu/effects/shader_composer.h" +#include "effects/shadertoy_effect.h" +#include "gpu/shader_composer.h" #include "generated/assets.h" // TODO: Rename class and adjust constructor parameters |
