protocol: add structures dumped from beta-20100104

This commit is contained in:
2023-03-06 23:37:01 -06:00
parent 97a04c8ea8
commit 57e681742e
3 changed files with 4166 additions and 13 deletions

View File

@@ -8,7 +8,7 @@
from the disassembled source might be needed. This script can also be used to generate c-style structures
(because it already does!)
usage: ./genstructs.py [IN.cs] > out.go
usage: ./genstructs.py [IN.cs] > structs.go
'''
from distutils.ccompiler import new_compiler
import subprocess