mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-09-19 08:30:02 +08:00
Initial commit
This commit is contained in:
13
include/sdk/sdk.hpp
Normal file
13
include/sdk/sdk.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include <optional>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "process.hpp"
|
||||
|
||||
#include "c_schema_class_field_data.hpp"
|
||||
#include "c_schema_class_info.hpp"
|
||||
#include "c_schema_system.hpp"
|
||||
#include "c_schema_system_type_scope.hpp"
|
||||
#include "c_schema_type_declared_class.hpp"
|
Reference in New Issue
Block a user