mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-15 23:37:02 +00:00
Added UI fonts
This commit is contained in:
17
specter/include/Specter/TextView.hpp
Normal file
17
specter/include/Specter/TextView.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef SPECTER_TEXTVIEW_HPP
|
||||
#define SPECTER_TEXTVIEW_HPP
|
||||
|
||||
#include "View.hpp"
|
||||
|
||||
namespace Specter
|
||||
{
|
||||
|
||||
class TextView : public View
|
||||
{
|
||||
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // SPECTER_TEXTVIEW_HPP
|
||||
Reference in New Issue
Block a user