mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-10-27 22:36:05 +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
|