summaryrefslogtreecommitdiff
path: root/src/redacted.h
blob: 5b5a66789274585b859a5cba0f39ff4a19a7f7e3 (plain)
1
2
3
4
5
6
7
8
9
10
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