mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
6 lines
151 B
C
6 lines
151 B
C
// GOOD: this header file should not have an include guard
|
|
|
|
XMACRO2(shield, "Wooden Shield")
|
|
XMACRO2(boots, "Leather Boots")
|
|
XMACRO2(helmet, "Helmet")
|