--- deliantra/Deliantra-Client/Client.xs 2007/07/21 22:54:52 1.209 +++ deliantra/Deliantra-Client/Client.xs 2007/07/24 18:24:03 1.210 @@ -2549,6 +2549,10 @@ CODE: glTexCoord2f (s, t); +void glRect (float x1, float y1, float x2, float y2) + CODE: + glRectf (x1, y1, x2, y2); + PROTOTYPES: ENABLE void glBegin (int mode)