summaryrefslogtreecommitdiff
path: root/comp/lucas-standen-NEA/code/TODO
blob: 5d3078a2e7607e865656930c6439b119b0f02f0b (plain)
1
2
3
4
5
6
7
8
9
10
MAKE LITERAL ARGS A UNION
something like this
union {
	i32 i32Value;
	u32 u32Value;
	164 i32Value;
	u64 u32Value;
	char charValue;
	float floatValue;
}