class EE::Graphics::DrawableSearcher

#include <drawablesearcher.hpp>

class DrawableSearcher {
public:
    // methods

    static Drawable* searchByName(const std::string& name, bool firstSearchSprite = false);
    static Drawable* searchById(const Uint32& id);
    static void setPrintWarnings(const bool& print);
    static bool getPrintWarnings();
};