mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
6 lines
152 B
C
6 lines
152 B
C
XMACRO(ITEM_SWORD, "Sword")
|
|
XMACRO(ITEM_KEY, "Silver key")
|
|
XMACRO(ITEM_GOLD, "Bag of gold")
|
|
|
|
// GOOD: this header file should not have an include guard
|