]> ruin.nu Git - popboot.git/blobdiff - action.h
added action files
[popboot.git] / action.h
diff --git a/action.h b/action.h
new file mode 100644 (file)
index 0000000..4550771
--- /dev/null
+++ b/action.h
@@ -0,0 +1,13 @@
+#ifndef __ACTION_H__
+#define __ACTION_H__
+
+class Action {
+
+       protected:
+               std::string executable;
+               std::vector<string> preconditions;
+               std::vector<string> effects;
+
+};
+
+#endif