home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / code / design / c_ballon / tooltips.bas next >
BASIC Source File  |  1995-02-27  |  80b  |  7 lines

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