diff options
Diffstat (limited to 'src/GLView.h')
-rw-r--r-- | src/GLView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GLView.h b/src/GLView.h index f7ae5a7..041c4a5 100644 --- a/src/GLView.h +++ b/src/GLView.h @@ -65,6 +65,7 @@ public: bool is_opencsg_capable; bool has_shaders; // void enable_opencsg_shaders(); + virtual void display_opencsg_warning() = 0; bool opencsg_support; int opencsg_id; #endif |