Subversion Repositories gelsvn

Rev

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

Rev 627 Rev 691
Line 16... Line 16...
16
#include <cstdarg>
16
#include <cstdarg>
17
#include <set>
17
#include <set>
18
#include <iostream> //cerr
18
#include <iostream> //cerr
19
#include <iterator> //back_inserter
19
#include <iterator> //back_inserter
20
#include <fstream>
20
#include <fstream>
21
#include <utility> //min
21
#include <algorithm> //min
22
 
22
 
23
#include "../GLGraphics/stb_image.h"
23
#include "../GLGraphics/stb_image.h"
24
#include "../GLGraphics/stb_image_write.h"
24
#include "../GLGraphics/stb_image_write.h"
25
 
25
 
26
static const char* history_filename = "history.txt";
26
static const char* history_filename = "history.txt";