Add Global Bookmark feature
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
struct Bookmark {
|
||||
uint16_t spineIndex;
|
||||
uint16_t pageNumber;
|
||||
std::string name; // optional user-provided label (empty = use default)
|
||||
};
|
||||
Reference in New Issue
Block a user