1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
// SPDX-License-Identifier: BSD-3-Clause
// Copyright (c) 2026 Fernando Sahmkow
/// @file generic_root.h
/// @brief Fallback (dummy) root handler for products without a known root format.
///
/// Some Blizzard products (Hearthstone, Diablo Immortal, Battle.net Agent,
/// Warcraft I/II remasters, etc.) ship a root file that is not a parseable
/// manifest — e.g. it's an executable binary. CascLib calls this a "dummy"
/// root. This handler accepts any root data but provides an empty entry set,
/// allowing the storage to open. Files can still be accessed by CKey/EKey
/// through the encoding table.
///
/// Internal header — not part of the public include path.
namespace whiteout::storages::casc // namespace whiteout::storages::casc