#include "includes.hpp" #include "debug/Log.hpp" #include "helpers/WLListener.hpp" #include "helpers/Color.hpp" #include "macros.hpp" class CWindow; /* Shared pointer to a window */ typedef SP PHLWINDOW; /* Weak pointer to a window */ typedef WP PHLWINDOWREF;