mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-17 21:10:53 +00:00
8c95516224
- updaterevision for automated revision string generation - re2c as a prerequisite to use sc_man in the future - zipdir to automatically generate an engine resource file.
8 lines
108 B
C++
8 lines
108 B
C++
#include "src/parse/code.h"
|
|
|
|
namespace re2c
|
|
{
|
|
|
|
free_list<const Code *> Code::freelist;
|
|
|
|
} // namespace re2c
|