summaryrefslogtreecommitdiffhomepage
path: root/ExampleSource.h
diff options
context:
space:
mode:
Diffstat (limited to 'ExampleSource.h')
-rw-r--r--ExampleSource.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/ExampleSource.h b/ExampleSource.h
deleted file mode 100644
index cce3d3f..0000000
--- a/ExampleSource.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#pragma once
-
-#include <vector>
-
-#include "Grid.h"
-#include "Source.h"
-
-
-class ExampleSource : public Source
-{
-public:
- ExampleSource();
- std::vector<Grid> grids() const override;
-private:
- mutable float m_time;
-};