aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/fontsize.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_gui/fontsize.h')
-rw-r--r--qtmips_gui/fontsize.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/qtmips_gui/fontsize.h b/qtmips_gui/fontsize.h
new file mode 100644
index 0000000..d5a20e3
--- /dev/null
+++ b/qtmips_gui/fontsize.h
@@ -0,0 +1,14 @@
+#ifndef FONTSIZES_H
+#define FONTSIZES_H
+
+struct FontSize
+{
+ static int SIZE5;
+ static int SIZE6;
+ static int SIZE7;
+ static int SIZE8;
+
+ static void init();
+};
+
+#endif // FONTSIZES_H