raze-gles/source/games/blood/src/namelist.h
Christoph Oelckers fc11f537f7 - project cleanup
* moved all games into the 'games' folder.
* fixed project to include all sources and move them to the proper folders.
2021-01-10 20:31:32 +01:00

17 lines
400 B
C

// names for everything that gets accessed by scripts.
x(MENUBAR, 2038)
x(BackTile, 253)
x(CrosshairTile, 2319)
x(LoadScreen, 2049)
x(LoadScreenWideBack, 9216)
x(LoadScreenWideLeft, 9217)
x(LoadScreenWideRight, 9218)
x(LoadScreenWideMiddle, 9219)
x(SBarNumberHealth, 9220)
x(SBarNumberAmmo, 9230)
x(SBarNumberInv, 9240)
x(SBarNumberArmor1, 9250)
x(SBarNumberArmor2, 9260)
x(SBarNumberArmor3, 9270)