mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-10-28 06:46:03 +03: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
|