2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-04 06:55:34 +00:00
2015-11-21 13:45:02 -10:00

18 lines
172 B
C++

#ifndef SPECTER_TEXTVIEW_HPP
#define SPECTER_TEXTVIEW_HPP
#include "View.hpp"
namespace Specter
{
class TextView : public View
{
};
}
#endif // SPECTER_TEXTVIEW_HPP