home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / code / grafik / cursor / cursor.bas < prev    next >
Encoding:
BASIC Source File  |  1995-02-27  |  81 b   |  7 lines

  1. Option Explicit
  2. Type PointType
  3.     x As Integer
  4.     y As Integer
  5. End Type
  6.  
  7.