diff options
author | metamuffin <yvchraiqi@protonmail.com> | 2022-06-09 18:38:42 +0200 |
---|---|---|
committer | metamuffin <yvchraiqi@protonmail.com> | 2022-06-09 18:38:42 +0200 |
commit | 96e2ffc5f1ce1ff6163fc7fa31d51a6c36a9c0d5 (patch) | |
tree | 49c5aebcedd151bfb7517e83d49ab83af75b494e /client/src/world/helper.rs | |
parent | f74ac9e9ed20d3958e180e8fc7fd328fcdfbbbec (diff) | |
download | twclient-96e2ffc5f1ce1ff6163fc7fa31d51a6c36a9c0d5.tar twclient-96e2ffc5f1ce1ff6163fc7fa31d51a6c36a9c0d5.tar.bz2 twclient-96e2ffc5f1ce1ff6163fc7fa31d51a6c36a9c0d5.tar.zst |
sdkljhfgjkhsdfgkjlhsgdf
Diffstat (limited to 'client/src/world/helper.rs')
-rw-r--r-- | client/src/world/helper.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/world/helper.rs b/client/src/world/helper.rs index fab452a..cb34a9f 100644 --- a/client/src/world/helper.rs +++ b/client/src/world/helper.rs @@ -1,6 +1,7 @@ use std::fmt::Display; #[derive(Debug, PartialEq, Eq, Hash, Clone, Copy)] +#[repr(C)] pub struct Color { pub a: u8, pub r: u8, |