added color picking with ALT key, added crash report library for windows
This commit is contained in:
@@ -45,9 +45,11 @@
|
||||
#define _SCL_SECURE_NO_WARNINGS
|
||||
#include <windows.h>
|
||||
#include <windowsx.h>
|
||||
#include <tchar.h>
|
||||
#include <gl\glew.h>
|
||||
#include <gl\wglew.h>
|
||||
#include <gl\GL.h>
|
||||
#include <BugTrap.h>
|
||||
|
||||
#define SHADER_VERSION "#version 150\n"
|
||||
|
||||
@@ -68,6 +70,7 @@
|
||||
#include <vector>
|
||||
#include <random>
|
||||
#include <thread>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <algorithm>
|
||||
#include <functional>
|
||||
|
||||
Reference in New Issue
Block a user