diff options
author | DS <vorunbekannt75@web.de> | 2020-02-01 13:55:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-01 13:55:13 +0100 |
commit | 1116918dbbbf7f36920c6d43a4fc504a09f0df49 (patch) | |
tree | 983c5ad759b99fc83893dac503887fa425799ed9 /util/travis/clang-format-whitelist.txt | |
parent | 908e76247922d4adf879b3996c4f75bdbb4e536d (diff) | |
download | minetest-1116918dbbbf7f36920c6d43a4fc504a09f0df49.tar.gz minetest-1116918dbbbf7f36920c6d43a4fc504a09f0df49.tar.bz2 minetest-1116918dbbbf7f36920c6d43a4fc504a09f0df49.zip |
Formspec: Create a new class for inventorylists (#9287)
Diffstat (limited to 'util/travis/clang-format-whitelist.txt')
-rw-r--r-- | util/travis/clang-format-whitelist.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/travis/clang-format-whitelist.txt b/util/travis/clang-format-whitelist.txt index b945a6db3..a2559194a 100644 --- a/util/travis/clang-format-whitelist.txt +++ b/util/travis/clang-format-whitelist.txt @@ -177,6 +177,8 @@ src/gui/guiFormSpecMenu.h src/gui/guiKeyChangeMenu.cpp src/gui/guiHyperText.cpp src/gui/guiHyperText.h +src/gui/guiInventoryList.cpp +src/gui/guiInventoryList.h src/gui/guiItemImage.cpp src/gui/guiItemImage.h src/gui/guiMainMenu.h |