aboutsummaryrefslogtreecommitdiff
path: root/src/bottles.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bottles.h')
-rw-r--r--src/bottles.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/bottles.h b/src/bottles.h
new file mode 100644
index 0000000..53bca16
--- /dev/null
+++ b/src/bottles.h
@@ -0,0 +1,11 @@
+#ifndef BOTTLES_H
+#define BOTTLES_H
+
+#include "command.h"
+
+COMMAND_GROUP(bottles);
+COMMAND(bottles, info);
+COMMAND(bottles, help);
+
+
+#endif