thunderbrew/src/ui/CSimpleTitleRegion.hpp

11 lines
181 B
C++
Raw Normal View History

2023-01-02 13:17:18 -06:00
#ifndef UI_C_SIMPLE_TITLE_REGION_HPP
#define UI_C_SIMPLE_TITLE_REGION_HPP
#include "ui/CScriptRegion.hpp"
class CSimpleTitleRegion : public CScriptRegion {
public:
};
#endif