mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-10-07 22:50:03 +08:00
📦 Game Update 13936
This commit is contained in:
@@ -8,11 +8,10 @@ namespace builder {
|
||||
}
|
||||
|
||||
void write_top_level(std::ofstream& output) noexcept override {
|
||||
// Nothing needed here.
|
||||
output << "#![allow(non_snake_case, non_upper_case_globals)]\n\n";
|
||||
}
|
||||
|
||||
void write_namespace(std::ofstream& output, const std::string& namespace_name) noexcept override {
|
||||
output << "#[allow(non_snake_case, non_upper_case_globals)]\n";
|
||||
output << "pub mod " << namespace_name << " {\n";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user