Skip to content

Commit 95e5542

Browse files
authored
Update macros.h
1 parent 7366a19 commit 95e5542

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Line Drawing/macros.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@
44
#define RESTART 1 //numeric representation for restarting the animation
55
#define TERMINATE 2 //numeric representation for terminating the animation
66

7+
#define MARGIN 10 //defines the number of intention pixels from the side of the pattern to be rendered
78
#define UNIT 50 //the number of square units/boxes to be drawn
9+
10+
#define DELAY 50 //time interval before rendering the next line(in milliseconds)

0 commit comments

Comments
 (0)