mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-02 08:42:45 +03:00
7 lines
80 B
C++
7 lines
80 B
C++
#ifndef CLIENT_GUI_HPP
|
|
#define CLIENT_GUI_HPP
|
|
|
|
#include "gui/OsGui.hpp"
|
|
|
|
#endif
|