home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / geometry / global.bas < prev    next >
BASIC Source File  |  1992-03-14  |  245b  |  6 lines

  1. Declare Function Sides Lib "Geo.dll" (ByVal a%, ByVal b%, ByVal c%) As Integer
  2. Declare Function SemiPer Lib "Geo.dll" (ByVal a%, ByVal b%, ByVal c%) As Double
  3. Declare Function TrArea Lib "Geo.dll" (ByVal a%, ByVal b%, ByVal c%) As Double
  4.  
  5.  
  6.