This website requires JavaScript.
Explore
Help
Sign In
ctdo
/
borgware-2d
Watch
16
Star
0
Fork
You've already forked borgware-2d
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
ceffdd6bbf
borgware-2d
/
animations
/
mherweg.h
7 lines
80 B
C
Raw
Normal View
History
Unescape
Escape
put Martin Herwegs source code into separate files
2011-02-24 23:13:01 +00:00
#
ifndef MHERWEG_H_
#
define MHERWEG_H_
streamlined M. Herweg's animations: now using Bresenham's line algorithm, removed obvious bugs, added some comments, saving 232 bytes
2011-08-31 18:59:04 +00:00
void
mherweg
(
)
;
put Martin Herwegs source code into separate files
2011-02-24 23:13:01 +00:00
#
endif
/* MHERWEG_H_ */