/
evo
/
Gtk4-tutorial
Обзор
Документация
Войти
/
evo
/
Gtk4-tutorial
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
v0.8
src/turtle/turtle.h
12 строк
375 B
Toshio Sekiya
Add sec23.
06 мар 2021, 18:19
06 мар 2021, 18:19
e85d355
Код
Авторство
О чём код?
#include <gtk/gtk.h> #include "../tfetextview/tfetextview.h" #include "turtle_lex.h" #include "turtle_parser.h" /* The following line defines 'debug' so that debug information is printed during the run time. */ /* However it makes the program slow. */ /* If you don't want to see such information, remove the line. */ /*#define debug 1*/ extern cairo_surface_t *surface;