16 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
17 */ |
17 */ |
18 |
18 |
19 #pragma once |
19 #pragma once |
20 #include "main.h" |
20 #include "main.h" |
21 #include "glRenderer.h" |
21 #include "glrenderer.h" |
22 #include "glShared.h" |
22 #include "glShared.h" |
23 #include <QMap> |
23 #include <QMap> |
24 #include <QSet> |
24 #include <QSet> |
25 |
25 |
26 // ============================================================================= |
26 // ============================================================================= |