From ab30228b1a57053323363674fa7f137c0329a180 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Tue, 7 Jul 2020 23:12:04 -0300 Subject: Voltage heat map implemented Voltage heat map implemented using modern OpenGL =) New external library required: -GLEW -GLFW -GLM (incorporeted at the source) Old memory leaks fixed =) --- Project/ControlEditor.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Project/ControlEditor.h') diff --git a/Project/ControlEditor.h b/Project/ControlEditor.h index 2f7bd8c..77e6e75 100644 --- a/Project/ControlEditor.h +++ b/Project/ControlEditor.h @@ -18,15 +18,18 @@ #ifndef CONTROLEDITOR_H #define CONTROLEDITOR_H +#include + #include "ControlEditorBase.h" #include #include #include #include + #ifdef _MSC_VER #include #endif -#include +//#include #include #include -- cgit