MōBrowser API
Loading...
Searching...
No Matches
path.hpp
1// Copyright (c) 2000-2024 TeamDev. All rights reserved.
2// TeamDev PROPRIETARY and CONFIDENTIAL.
3// Use is subject to license terms.
4
5#ifndef MOBROWSER_APP_PATH_HPP
6#define MOBROWSER_APP_PATH_HPP
7
8namespace mobrowser {
9
13enum class PathKey {
29 kAppResources,
30
49 kUserData,
50
54 kUserHome,
55
59 kLocalAppData,
60};
61
62} // namespace mobrowser
63
64#endif // MOBROWSER_APP_PATH_HPP