home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Master 95 #1
/
MASTER95_1.iso
/
microsof
/
vbasic4
/
vb4-6.cab
/
gravtest.bas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1995-07-26
|
217 b
|
10 lines
Attribute VB_Name = "modGravTestMain"
Option Explicit
#If Win32 Then
Declare Function timeGetTime Lib "winmm.dll" () As Long
#Else
Declare Function timeGetTime Lib "mmsystem.dll" () As Long
#End If