summaryrefslogtreecommitdiff
path: root/inc/risc_vector.h
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-03-10 19:42:01 -0400
committerbd <bdunahu@operationnull.com>2025-03-10 19:42:01 -0400
commit3f07846136767cbed13fd83baaba416f19c61667 (patch)
tree140af0aec8ee90ac4c15e8b877ff2dc88f33d7ae /inc/risc_vector.h
parent141494cb961b72a7ad56c3e754af43a07f1b8c23 (diff)
CLI view, clock, store, program banner
Diffstat (limited to 'inc/risc_vector.h')
-rw-r--r--inc/risc_vector.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/inc/risc_vector.h b/inc/risc_vector.h
new file mode 100644
index 0000000..244adb6
--- /dev/null
+++ b/inc/risc_vector.h
@@ -0,0 +1,12 @@
+#ifndef RISC_VECTOR_H
+#define RISC_VECTOR_H
+#include <string>
+
+
+
+/**
+ * Outputs the program version and banner.
+ */
+void print_version_number();
+
+#endif /* RISC_VECTOR_H_INCLUDED */