Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 319 Bytes

_window_8cpp.md

File metadata and controls

29 lines (16 loc) · 319 Bytes
title
src/utils/Window.cpp

src/utils/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