diff options
| author | Alfred Eriksson <somerunce@gmail.com> | 2008-09-01 18:17:01 +0000 |
|---|---|---|
| committer | Alfred Eriksson <somerunce@gmail.com> | 2008-09-01 18:17:01 +0000 |
| commit | b649ab6c16c6275c9ef9c21b2971d410ffd5b0db (patch) | |
| tree | fe8f911031777913a9626081ff4ebdf5b7eba963 /src/engine/e_if_gfx.h | |
| parent | 67aa042dcbf9938896f20f47d2a778761efa4dcc (diff) | |
| download | zcatch-b649ab6c16c6275c9ef9c21b2971d410ffd5b0db.tar.gz zcatch-b649ab6c16c6275c9ef9c21b2971d410ffd5b0db.zip | |
merged teambalance-warning and mini-/maximize-stuff from 0.4.3
Diffstat (limited to 'src/engine/e_if_gfx.h')
| -rw-r--r-- | src/engine/e_if_gfx.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/engine/e_if_gfx.h b/src/engine/e_if_gfx.h index acbd4afc..73b1aa22 100644 --- a/src/engine/e_if_gfx.h +++ b/src/engine/e_if_gfx.h @@ -221,6 +221,34 @@ void gfx_lines_begin(); void gfx_lines_draw(float x0, float y0, float x1, float y1); /* + Function: gfx_minimize + Minimizes the window. + + Arguments: + arg1 - desc + + Returns: + + See Also: + <other_func> +*/ +void gfx_minimize(); + +/* + Function: gfx_minimize + Maximizes the window. + + Arguments: + arg1 - desc + + Returns: + + See Also: + <other_func> +*/ +void gfx_maximize(); + +/* Function: gfx_lines_end TODO |