mirror of
https://github.com/github/codeql.git
synced 2026-08-03 00:43:00 +02: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")
|