Subversion Repositories Kolibri OS

Rev

Rev 7287 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7287 Rev 7288
Line 1... Line 1...
1
#define MEMSIZE 4096*25
1
#define MEMSIZE 4096*25
Line 2... Line 2...
2
 
2
 
-
 
3
#include "../lib/io.h"
3
#include "../lib/io.h"
4
#include "../lib/gui.h"
4
#include "../lib/list_box.h"
5
#include "../lib/list_box.h"
5
#include "../lib/menu.h"
6
#include "../lib/menu.h"
Line 6... Line 7...
6
#include "../lib/kfont.h"
7
#include "../lib/kfont.h"
Line 57... Line 58...
57
};
58
};
Line 58... Line 59...
58
 
59
 
Line 59... Line 60...
59
int encoding;
60
int encoding;
60
 
-
 
61
#include "ini.h"
61
 
Line 62... Line 62...
62
#include "gui.h"
62
#include "ini.h"
63
#include "prepare_page.h"
63
#include "prepare_page.h"