Subversion Repositories freemyipod

Rev

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

Rev 752 Rev 835
Line 22... Line 22...
22
 
22
 
23
 
23
 
24
#include "emcoreapp.h"
24
#include "emcoreapp.h"
25
 
25
 
26
 
26
 
27
static void main()
27
static void main(int argc, const char** argv)
28
{
28
{
29
    int x, y, r;
29
    int x, y, r;
30
    int width = lcd_get_width();
30
    int width = lcd_get_width();
31
    int height = lcd_get_height();
31
    int height = lcd_get_height();
32
    int l1, s1, ls1, ss1, l2, s2, ls2, ss2, x1, y1, x2, y2, ox1, oy1, ox2, oy2;
32
    int l1, s1, ls1, ss1, l2, s2, ls2, ss2, x1, y1, x2, y2, ox1, oy1, ox2, oy2;