mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 08:12:44 +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
|