Last change
on this file since 152 was
152,
checked in by Sam Hocevar, 17 years ago
|
- libee/triangle.c:
+ Wrote ee_draw_triangle() and ee_draw_thin_triangle().
- libee/box.c:
+ Wrote ee_draw_box(), ee_draw_thin_box() and ee_fill_box().
- libee/conic.c:
+ Wrote ee_fill_ellipse().
+ First attempt at ee_draw_thin_ellipse(), to be reworked.
- test/demo.c:
+ Merged demo_lines() and demo_thin_lines().
+ Merged demo_triangles() and demo_outlined_triangles().
+ Wrote demo_box().
+ Use ee_fill_ellipse() in demo_all().
|
File size:
365 bytes
|
Line | |
---|
1 | ############################################################################### |
---|
2 | # Automake targets and declarations for libee |
---|
3 | ############################################################################### |
---|
4 | |
---|
5 | lib_LIBRARIES = libee.a |
---|
6 | libee_a_SOURCES = \ |
---|
7 | ee.c \ |
---|
8 | ee.h \ |
---|
9 | graphics.c \ |
---|
10 | io.c \ |
---|
11 | math.c \ |
---|
12 | line.c \ |
---|
13 | box.c \ |
---|
14 | conic.c \ |
---|
15 | triangle.c \ |
---|
16 | sprite.c \ |
---|
17 | $(NULL) |
---|
18 | |
---|
Note: See
TracBrowser
for help on using the repository browser.