mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
7 lines
80 B
C++
7 lines
80 B
C++
|
|
#ifndef CLIENT_GUI_HPP
|
||
|
|
#define CLIENT_GUI_HPP
|
||
|
|
|
||
|
|
#include "gui/OsGui.hpp"
|
||
|
|
|
||
|
|
#endif
|