mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-05-14 04:55:35 +08:00
Sort includes alphabetically
This commit is contained in:
parent
125b723382
commit
d24d873a40
@ -1,8 +1,8 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
#include <optional>
|
#include <optional>
|
||||||
#include <string_view>
|
#include <string_view>
|
||||||
#include <cstdint>
|
|
||||||
|
|
||||||
namespace process {
|
namespace process {
|
||||||
bool attach(std::string_view process_name);
|
bool attach(std::string_view process_name);
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#include "sdk/sdk.hpp"
|
#include "sdk/sdk.hpp"
|
||||||
|
|
||||||
#include <filesystem>
|
#include <filesystem>
|
||||||
#include <fstream>
|
|
||||||
#include <format>
|
#include <format>
|
||||||
|
#include <fstream>
|
||||||
|
|
||||||
void generate_header_for_type_scope(const sdk::CSchemaSystemTypeScope* type_scope) {
|
void generate_header_for_type_scope(const sdk::CSchemaSystemTypeScope* type_scope) {
|
||||||
if (type_scope == nullptr)
|
if (type_scope == nullptr)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user