comparison src/core/filesystem.cpp @ 36:2743011a6042

*: mass update formatted all source files, converted ALL instances of setStyleSheet() to palettes and fonts (stylesheets suck), and I changed the clang-format file because it wasn't working on my laptop for some reason.
author Paper <mrpapersonic@gmail.com>
date Thu, 21 Sep 2023 15:17:47 -0400
parents 28d8f4c0ae12
children 619cbd6e69f9
comparison
equal deleted inserted replaced
35:329b7921a6be 36:2743011a6042
14 # include <errno.h> 14 # include <errno.h>
15 # include <unistd.h> 15 # include <unistd.h>
16 # include <sys/stat.h> 16 # include <sys/stat.h>
17 #endif 17 #endif
18 18
19 #include "core/filesystem.h"
19 #include "core/config.h" 20 #include "core/config.h"
20 #include "core/filesystem.h"
21 #include <limits.h> 21 #include <limits.h>
22 22
23 namespace Filesystem { 23 namespace Filesystem {
24 24
25 bool CreateDirectories(std::string path) { 25 bool CreateDirectories(std::string path) {