Xonotic
progname.qh
Go to the documentation of this file.
1
#pragma once
2
3
#if defined(MENUQC)
4
#define PROGNAME "MENUQC"
5
#elif defined(SVQC)
6
#define PROGNAME "SVQC"
7
#elif defined(CSQC)
8
#define PROGNAME "CSQC"
9
#else
10
#error "Unable to detect PROGNAME"
11
#endif
lib
progname.qh
Generated on Thu Mar 17 2022 17:26:29 for Xonotic by
1.8.13