gambas-source-code/main/lib/geom
gambas c0345b99ab Raise an error if point or rectangle constructor take an incorrect number of arguments.
[GB.GEOM]
* BUG: Raise an error if the rectangle constructor does not take zero or four arguments.
* BUG: Raise an error if the point constructor does not take zero or two arguments.
2021-11-02 12:20:07 +01:00
..
cpoint.c
cpoint.h
cpoint_temp.h Raise an error if point or rectangle constructor take an incorrect number of arguments. 2021-11-02 12:20:07 +01:00
crect.c
crect.h
crect_temp.h Raise an error if point or rectangle constructor take an incorrect number of arguments. 2021-11-02 12:20:07 +01:00
gb.geom.h
main.c
main.h
Makefile.am