raze/wadsrc/static/zscript/games/wh/whgame.zs

10 lines
132 B
Text
Raw Normal View History

struct Witchaven native
{
native void PlaySound(int s);
}
class WhSnd
{
// This is a container for natively defined constants.
}