You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
11 lines
225 B
C++
11 lines
225 B
C++
#pragma once
|
|
|
|
#include "../xwrap.hpp"
|
|
#include "../misc.hpp"
|
|
#include "../base-rs.hpp"
|
|
#include "../files.hpp"
|
|
#include "../logging.hpp"
|
|
|
|
using rust::xpipe2;
|
|
using kv_pairs = std::vector<std::pair<std::string, std::string>>;
|