Subversion Repositories gelsvn

Rev

Rev 676 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 676 Rev 684
Line 17... Line 17...
17
#include <iostream> //cerr
17
#include <iostream> //cerr
18
#include <iterator> //back_inserter
18
#include <iterator> //back_inserter
19
#include <fstream>
19
#include <fstream>
20
#include <utility> //min
20
#include <utility> //min
21
 
21
 
-
 
22
//#define NOMINMAX
-
 
23
//#include <windows.h>
-
 
24
#include <algorithm>
-
 
25
 
22
#include "../GLGraphics/stb_image.h"
26
#include "../GLGraphics/stb_image.h"
23
#include "../GLGraphics/stb_image_write.h"
27
#include "../GLGraphics/stb_image_write.h"
24
 
28
 
25
static const char* history_filename = "history.txt";
29
static const char* history_filename = "history.txt";
26
 
30