get part geometry in embryo

SVN revision: 11295
This commit is contained in:
atmosphere 2004-08-22 01:29:25 +00:00 committed by atmosphere
parent e680ebc8e5
commit 027a3e9254
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ native get_color_class (class[], &r, &g, &b, &a);
native set_color_class (class[], r, g, b, a);
native set_text_class (class[], font[], Float:size);
native get_text_class (class[], font[], &Float:size);
native get_geometry (part_id, &Float:x, &Float:y, &Float:w, &Float:h);
native get_mouse (&x, &y);
native stop_program (program_id);
native stop_programs_on (part_id);