This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Attribute VB_Name = "mEngine" | |
'---------------------------------------------------_ | |
' Billiard 3GL : the ENGINE, created it in Opengl 1.2 | |
'---------------------------------- ----------- --_ | |
' I / \/ \ I | |
'\____/--------------\______/--- I/\__/\_/\I | |
' created by: /(o)(o)\ - | |
'\____/--------------\______/---\___/--\__O_O_/ _/- | |
' KOZaRI / /LLI\ \_/_-- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Attribute VB_Name = "mDraws" | |
'--------------------------------------------- | |
'"A dákó színének a pulzálása" | |
Dim col1 As Single | |
Dim c_bool As Boolean | |
Dim b_Transp As Boolean | |
Dim dx, dx2, dxv | |
Dim Transp | |
Public deltaY As Integer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Attribute VB_Name = "mVars" | |
'--------------------------------------------- | |
' VÁLTOZÓK MODUL - variables | |
'--------------------------------------------- | |
'Egy kis API hívás | |
Public Declare Function GetTickCount Lib "kernel32" () As Long | |
Public Declare Function ShowCursor Lib "user32" (ByVal bShow As Long) As Long | |
'Globális változók, így nem kell értékátadással bajlódni.. _ |
OlderNewer