mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
11 lines
181 B
C++
11 lines
181 B
C++
|
|
#ifndef UI_C_SIMPLE_TITLE_REGION_HPP
|
||
|
|
#define UI_C_SIMPLE_TITLE_REGION_HPP
|
||
|
|
|
||
|
|
#include "ui/CScriptRegion.hpp"
|
||
|
|
|
||
|
|
class CSimpleTitleRegion : public CScriptRegion {
|
||
|
|
public:
|
||
|
|
};
|
||
|
|
|
||
|
|
#endif
|