switch build system to Tup
git-svn-id: svn://kolibrios.org@5098 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -14,7 +14,7 @@ iadn@bk.ru
|
||||
|
||||
int Fps (long x, long y);
|
||||
extern "C"{
|
||||
void app_main(void);
|
||||
int main(void);
|
||||
}
|
||||
|
||||
struct {
|
||||
@@ -132,7 +132,7 @@ void draw_window(void)
|
||||
Title();
|
||||
}
|
||||
|
||||
void app_main(void)
|
||||
int main(void)
|
||||
{
|
||||
|
||||
win.x = 100;
|
||||
@@ -211,11 +211,11 @@ do{
|
||||
break;
|
||||
|
||||
case KEY_ESC: disabletgl();
|
||||
return;}
|
||||
return 0;}
|
||||
break;
|
||||
|
||||
case 3: disabletgl();
|
||||
return;
|
||||
return 0;
|
||||
}
|
||||
}while(1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user