1 #ifndef GUIINSPECTOR_HPP 2 #define GUIINSPECTOR_HPP 4 #include <SFML/Graphics.hpp> 5 #include "GUIInspectorApp.hpp" 14 static void inspect(
const ElementPtr& ptr,
const sf::RenderWindow* target=
nullptr);
15 static void inspect(
const Element*,
const sf::RenderWindow* target=
nullptr);
16 static void clearInspected();
20 static sf::RenderWindow* irw;
21 static sf::IntRect area;
26 static void loadApp();
29 #endif // GUIINSPECTOR_HPP Definition: Element.hpp:22
Definition: GUIInspector.hpp:7
Definition: GUIInspectorApp.hpp:25