summaryrefslogtreecommitdiff
path: root/src/redacted.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/redacted.h')
-rw-r--r--src/redacted.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/redacted.h b/src/redacted.h
new file mode 100644
index 0000000..5b5a667
--- /dev/null
+++ b/src/redacted.h
@@ -0,0 +1,11 @@
+#ifndef __REDACTED_H
+#define __REDACTED_H
+
+typedef struct {
+ unsigned int type : 8;
+ unsigned int apiocity : 4;
+ int communism_value : 4;
+ int rotational_velocity : 16;
+} REDACTED_t;
+
+#endif