Subversion Repositories gelsvn

Rev

Rev 601 | Rev 630 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 601 Rev 627
Line 18... Line 18...
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 <utility> //min
22
 
22
 
23
#include "../GLGraphics/stb_image_aug.h"
23
#include "../GLGraphics/stb_image.h"
-
 
24
#include "../GLGraphics/stb_image_write.h"
24
 
25
 
25
static const char* history_filename = "history.txt";
26
static const char* history_filename = "history.txt";
26
 
27
 
27
static const int line_spacing = 13;
28
static const int line_spacing = 13;
28
static const int char_spacing = 7;
29
static const int char_spacing = 7;