mirror of
https://github.com/ZDoom/acc.git
synced 2024-11-15 00:41:30 +00:00
56f3ff15d8
SVN r8 (trunk)
15 lines
480 B
Text
15 lines
480 B
Text
|
|
//**************************************************************************
|
|
//**
|
|
//** zcommon.acs
|
|
//**
|
|
//**************************************************************************
|
|
|
|
// If you are not using the -h command line switch and do not want to use
|
|
// WadAuthor's error checker, you can uncomment the following line to shave
|
|
// a few bytes off the size of compiled scripts.
|
|
//#nowadauthor
|
|
|
|
#include "zspecial.acs"
|
|
#include "zdefs.acs"
|
|
#include "zwvars.acs"
|