Window.cpp
Source code
#ifdef CLIENT_COMPILATION_MODE
#include "Window.hpp"
namespace utils
{
sf::Color Window::Color(18, 32, 45, 255);
} // namespace utils
#endif
Updated on 2022-11-13 at 17:21:37 +0100
Last updated
#ifdef CLIENT_COMPILATION_MODE
#include "Window.hpp"
namespace utils
{
sf::Color Window::Color(18, 32, 45, 255);
} // namespace utils
#endif
Updated on 2022-11-13 at 17:21:37 +0100
Last updated