Reorganize folder structure to make cmake happy.

This commit is contained in:
2021-03-31 02:33:45 +01:00
parent 944ee1d0af
commit af4c7b33d2
38 changed files with 46 additions and 50 deletions

View File

@@ -0,0 +1,18 @@
//
// Created by claunia on 14/3/21.
//
#ifndef SETTER_SRC_DARWIN_DARWIN_H_
#define SETTER_SRC_DARWIN_DARWIN_H_
#include <stdint.h>
void DarwinGetOsInfo();
void DarwinPrintStatfsFlags(uint32_t flags);
void DarwinResourceFork(const char* path);
void DarwinFileAttributes(const char* path);
void DarwinExtendedAttributes(const char* path);
void DarwinVolumeAttributes(const char* path);
int DarwinSparse(const char* path);
#endif // SETTER_SRC_DARWIN_DARWIN_H_