#include <stdio.h>
#include <time.h>
#include <stdlib.h>
#include "turtle.h"
#include "instr.h"
Functions | |
void | backdrawing_dot () |
void | backdrawing_moveforward (int dist) |
void | backdrawing_clearall (void) |
void | backdrawing_writetext (gchar *text) |
guint | clb_clearscreen (struct s_instr *instr) |
Variables | |
s_turtle | my_turtle |
|
draw a simple dot. visibility :: public
|