Clean up protocol code generators

This commit is contained in:
2022-09-29 16:39:26 +02:00
parent 941ee2f10c
commit 86278c154c
6 changed files with 67 additions and 43 deletions

View File

@@ -51,6 +51,8 @@ function define_uint(size, shortname) {
}
function codegen_begin() {
print "// Code generated from " FILENAME ". DO NOT EDIT."
print ""
print "export class Reader extends DataView {"
print "\tconstructor() {"
print "\t\tsuper(...arguments)"