Loading system/gd/packet/parser/main.cc +2 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,8 @@ bool parse_one_file(std::filesystem::path input_file, std::filesystem::path incl return false; } out_file << "\n\n"; out_file << "#pragma once\n"; out_file << "\n\n"; out_file << "#include <stdint.h>\n"; out_file << "#include <string>\n"; Loading Loading
system/gd/packet/parser/main.cc +2 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,8 @@ bool parse_one_file(std::filesystem::path input_file, std::filesystem::path incl return false; } out_file << "\n\n"; out_file << "#pragma once\n"; out_file << "\n\n"; out_file << "#include <stdint.h>\n"; out_file << "#include <string>\n"; Loading