summaryrefslogtreecommitdiff
path: root/linux/libdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux/libdlg.h')
-rw-r--r--linux/libdlg.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/linux/libdlg.h b/linux/libdlg.h
new file mode 100644
index 0000000..f4a762b
--- /dev/null
+++ b/linux/libdlg.h
@@ -0,0 +1,14 @@
+#ifndef _LIBDLG_H_
+#define _LIBDLG_H_
+
+class PieceInfo;
+
+// =============================================================================
+// LibraryDialog class
+
+class LibraryDialog {
+public:
+ bool HandleCommand(int id);
+};
+
+#endif // _LIBDLG_H_