mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2025-12-19 15:47:40 +03:00
* Move to smart pointers and split out ParsedText class * Cleanup ParsedText * Fix clearCache functions and clear section cache if page load fails * Bump Page and Section file versions * Combine removeDir implementations in Epub * Adjust screen margins
7 lines
87 B
C++
7 lines
87 B
C++
#pragma once
|
|
|
|
class FsHelpers {
|
|
public:
|
|
static bool removeDir(const char* path);
|
|
};
|