changeset 1911 | 6283bd8a960b |
parent 1906 | 644f93d8f148 |
child 1912 | c3d31fb59f0e |
--- a/hedgewars/uMisc.pas Sun Mar 22 17:44:00 2009 +0000 +++ b/hedgewars/uMisc.pas Sun Mar 22 20:56:22 2009 +0000 @@ -114,6 +114,12 @@ AttackBar: LongInt = 0; // 0 - none, 1 - just bar at the right-down corner, 2 - like in WWP +type HwColor3f = record + r, g, b: byte + end; + +var WaterColorArray: array[0..3] of HwColor3f; + function hwSign(r: hwFloat): LongInt; function Min(a, b: LongInt): LongInt; function Max(a, b: LongInt): LongInt;