raze-gles/wadsrc/static/zscript.txt
Christoph Oelckers e29eb5bbed - added some ZScript basics.
This is merely the basics needed to actually implement something.
2020-06-20 09:46:41 +02:00

7 lines
No EOL
199 B
Text

version "4.3"
#include "zscript/base.zs"
#include "zscript/dynarrays.zs"
#include "zscript/constants.zs"
#include "zscript/events.zs"
#include "zscript/dictionary.zs"
#include "zscript/gamescreen.zs"