1,554
edits
m (Change to reflect goldrush graphics fix) |
(→Line drawing: -- code highlighting) |
||
Line 299: | Line 299: | ||
Note that Sarien (see section Other interpreters) use a different line drawing algorithm written by Joshua Neal and Stuart George. | Note that Sarien (see section Other interpreters) use a different line drawing algorithm written by Joshua Neal and Stuart George. | ||
< | <syntax type="C"> | ||
int round(float aNumber, float dirn) | int round(float aNumber, float dirn) | ||
{ | { | ||
Line 338: | Line 338: | ||
} | } | ||
} | } | ||
</ | </syntax> | ||
===Flood filling=== | ===Flood filling=== |