mirror of
https://github.com/Gigaslav/HL2Overcharged.git
synced 2026-01-05 06:10:21 +03:00
9 lines
197 B
QBasic
9 lines
197 B
QBasic
Attribute VB_Name = "TTSAppMod"
|
|
Option Explicit
|
|
|
|
Declare Function GetSysColor Lib "user32" (ByVal index As Long) As Long
|
|
|
|
Public Const COLOR_BTNFACE = 15
|
|
Public Const COLOR_3DFACE = COLOR_BTNFACE
|
|
|