summaryrefslogtreecommitdiff
path: root/src/sound.h
diff options
context:
space:
mode:
authorx2048 <codeforsmile@gmail.com>2022-07-31 21:57:13 +0200
committerGitHub <noreply@github.com>2022-07-31 21:57:13 +0200
commit839600ed703ccffbdb71bd2f04fb379d0920da95 (patch)
tree51581b352b66a992666dc11979a4922e52d4aa16 /src/sound.h
parenta2bf3a2aa89ea8c86ec51114389d1403cb83dca9 (diff)
downloadminetest-839600ed703ccffbdb71bd2f04fb379d0920da95.tar.gz
minetest-839600ed703ccffbdb71bd2f04fb379d0920da95.tar.bz2
minetest-839600ed703ccffbdb71bd2f04fb379d0920da95.zip
Use legacy image implementation (no NNAA filter) when not using 9-slice image (#12608)
Diffstat (limited to 'src/sound.h')
0 files changed, 0 insertions, 0 deletions
lass="hl opt">(dir) {} bool update(const std::string &name, const std::string &data); bool load(const std::string &name, std::ostream &os); bool exists(const std::string &name); private: std::string m_dir; bool loadByPath(const std::string &path, std::ostream &os); bool updateByPath(const std::string &path, const std::string &data); };