2
0
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:
Jack Andersen
2015-11-21 13:45:02 -10:00
parent ddead8978b
commit 2f1b7cfc40
15 changed files with 420 additions and 4 deletions

View 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