mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-26 21:57:45 +00:00
Add more known common folders and ilfes
This commit is contained in:
parent
b1fa058d1d
commit
56353be167
1 changed files with 4 additions and 2 deletions
|
@ -4,9 +4,11 @@
|
|||
#include "hashdatabase.h"
|
||||
#include "settings.h"
|
||||
|
||||
const std::array known_folders{"common", "common/font", "exd"};
|
||||
const std::array known_folders{"common", "common/font", "common/graphics", "common/graphics/texture", "common/softwarecursor", "exd"};
|
||||
|
||||
const std::array common_font{"common/font/fontIcon_Xinput.tex",
|
||||
const std::array common_font{"common/VulgarWordsFilter.dic",
|
||||
"common/VulgarWordsFilter_party.dic",
|
||||
"common/font/fontIcon_Xinput.tex",
|
||||
"common/font/gfdata.gfd",
|
||||
"common/font/fontIcon_Ps3.tex",
|
||||
"common/font/gfdata.gfd",
|
||||
|
|
Loading…
Add table
Reference in a new issue