diff --git a/deps/nostalgia/.clang-tidy b/deps/nostalgia/.clang-tidy index 4d5dbae..eace73e 100644 --- a/deps/nostalgia/.clang-tidy +++ b/deps/nostalgia/.clang-tidy @@ -57,6 +57,7 @@ misc-*, readability-duplicate-include, -misc-non-private-member-variables-in-classes, -misc-no-recursion, +-misc-include-cleaner, bugprone-*, clang-analyzer-*, modernize-*, diff --git a/deps/nostalgia/deps/glutils/include/glutils/glutils.hpp b/deps/nostalgia/deps/glutils/include/glutils/glutils.hpp index bbeac25..6713e55 100644 --- a/deps/nostalgia/deps/glutils/include/glutils/glutils.hpp +++ b/deps/nostalgia/deps/glutils/include/glutils/glutils.hpp @@ -210,7 +210,7 @@ struct BufferSet { }; void sendVbo(BufferSet const&bs) noexcept; - + void sendEbo(BufferSet const&bs) noexcept; void clearScreen() noexcept;