Changeset 238:380bad9f6852 for dwt/custom/Bullet.d
- Timestamp:
- 05/04/08 18:42:55 (4 years ago)
- Files:
-
- dwt/custom/Bullet.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/custom/Bullet.d
r108 r238 12 12 *******************************************************************************/ 13 13 module dwt.custom.Bullet; 14 15 import dwt.dwthelper.utils; 14 16 15 17 import dwt.DWT; … … 39 41 public int type; 40 42 public StyleRange style; 41 public char[]text;43 public String text; 42 44 int[] linesIndices; 43 45 int count;
