summaryrefslogtreecommitdiff
path: root/ccc/ooc.h
diff options
context:
space:
mode:
Diffstat (limited to 'ccc/ooc.h')
-rw-r--r--ccc/ooc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ccc/ooc.h b/ccc/ooc.h
new file mode 100644
index 0000000..0585d95
--- /dev/null
+++ b/ccc/ooc.h
@@ -0,0 +1,6 @@
+struct vehicle {
+ int power;
+ int weight;
+ char* type;
+};
+