some new boxes
This commit is contained in:
2
main.h
2
main.h
@@ -32,6 +32,7 @@ typedef struct {
|
||||
double parameter;
|
||||
int n_group_elements;
|
||||
int show_boxes;
|
||||
int show_boxes2;
|
||||
int show_attractors;
|
||||
int show_reflectors;
|
||||
int show_limit;
|
||||
@@ -112,6 +113,7 @@ void drawBoxStd(DrawingContext *ctx, const char *word, char base);
|
||||
void drawReflectors(DrawingContext *ctx);
|
||||
void drawAttractors(DrawingContext *ctx);
|
||||
void drawBoxes(DrawingContext *ctx);
|
||||
void drawBoxes2(DrawingContext *ctx);
|
||||
void drawLimitCurve(DrawingContext *ctx);
|
||||
void drawText(DrawingContext *ctx);
|
||||
void draw(DrawingContext *ctx);
|
||||
|
||||
Reference in New Issue
Block a user