Xonotic
nil.qh
Go to the documentation of this file.
1
#pragma once
2
3
#ifdef QCC_SUPPORT_NIL
4
#define func_null nil
5
#define string_null nil
6
#else
7
// the NULL function
8
var
void
func_null
();
9
string
string_null
;
10
#endif
string_null
string string_null
Definition:
nil.qh:9
func_null
var void func_null()
lib
nil.qh
Generated on Thu Mar 17 2022 17:26:29 for Xonotic by
1.8.13