summaryrefslogtreecommitdiffstats
path: root/src/CustomPhrase.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/CustomPhrase.h')
-rw-r--r--src/CustomPhrase.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/CustomPhrase.h b/src/CustomPhrase.h
new file mode 100644
index 0000000..f876d65
--- /dev/null
+++ b/src/CustomPhrase.h
@@ -0,0 +1,17 @@
+#ifndef __PY_CUSTOM_PHRASE_H_
+#define __PY_CUSTOM_PHRASE_H_
+
+#include <glib.h>
+
+namespace PY {
+
+class CustomPhrase {
+public:
+ CustomPhrase (void) {}
+private:
+ gboolean load (const gchar *file);
+};
+
+};
+
+#endif