mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-07 11:31:55 -05:00
25 lines
269 B
Markdown
25 lines
269 B
Markdown
|
versionconstants
|
||
|
|
||
|
```lua
|
||
|
versionconstants { "string" }
|
||
|
```
|
||
|
|
||
|
### Parameters ###
|
||
|
|
||
|
`value` - needs documentation.
|
||
|
|
||
|
### Applies To ###
|
||
|
|
||
|
The `config` scope.
|
||
|
|
||
|
### Availability ###
|
||
|
|
||
|
Premake 5.0.0 alpha 12 or later.
|
||
|
|
||
|
### Examples ###
|
||
|
|
||
|
```lua
|
||
|
versionconstants { "string" }
|
||
|
```
|
||
|
|