mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-19 06:40:49 +00:00
5 lines
59 B
C++
5 lines
59 B
C++
float test_if() {
|
|
if (1 == 1) {
|
|
/* do this code */
|
|
}
|
|
}
|