mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
e29eb5bbed
This is merely the basics needed to actually implement something.
7 lines
No EOL
199 B
Text
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" |