Commit f6473bf1 by castro

Delete search.c

parent 8b0639a5
Showing with 0 additions and 18 deletions
#include "ceditor.h"
#include "ui.h"
/* TODO
Klahvikombinatsioonid
*/
int main(int argc, char **argv)
{
gtk_init(&argc, &argv);
ui *UI = LooUI();
gtk_widget_show_all(UI->Aken); // Näita akent
gtk_main();
return 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment