summaryrefslogtreecommitdiff
path: root/src/include/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/command.h')
-rw-r--r--src/include/command.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/include/command.h b/src/include/command.h
new file mode 100644
index 000000000..45b59a95b
--- /dev/null
+++ b/src/include/command.h
@@ -0,0 +1,20 @@
+/********************* -*- C++ -*- */
+/** command.h
+ ** This file is part of the CVC4 prototype.
+ **
+ ** The Analysis of Computer Systems Group (ACSys)
+ ** Courant Institute of Mathematical Sciences
+ ** New York University
+ **/
+
+#ifndef __CVC4_COMMAND_H
+#define __CVC4_COMMAND_H
+
+namespace CVC4 {
+
+class Command { // distinct from Exprs
+};
+
+} /* CVC4 namespace */
+
+#endif /* __CVC4_COMMAND_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback