We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd938cd commit f14d54fCopy full SHA for f14d54f
src/gameFileTreeData.hpp
@@ -14,6 +14,8 @@
14
#ifndef SRC_GAMEFILETREEDATA_HPP_
15
#define SRC_GAMEFILETREEDATA_HPP_
16
17
+#include "../src/GameFileTree.hpp"
18
+
19
struct StaticTrees {
20
QList<GameFileTree*> data;
21
StaticTrees() {
@@ -65,6 +67,11 @@ struct StaticTrees {
65
67
"data",
66
68
"pix",
69
}));
70
+ data.append(new GameFileTree(QStringList{
71
+ "tomb4.exe",
72
+ "audio",
73
+ "data",
74
+ }));
75
data.append(new GameFileTree(QStringList{
76
"tomb4.exe",
77
"audio",
0 commit comments