aboutsummaryrefslogtreecommitdiff
path: root/client/src/world/helper.rs
diff options
context:
space:
mode:
authormetamuffin <yvchraiqi@protonmail.com>2022-06-09 18:38:42 +0200
committermetamuffin <yvchraiqi@protonmail.com>2022-06-09 18:38:42 +0200
commit96e2ffc5f1ce1ff6163fc7fa31d51a6c36a9c0d5 (patch)
tree49c5aebcedd151bfb7517e83d49ab83af75b494e /client/src/world/helper.rs
parentf74ac9e9ed20d3958e180e8fc7fd328fcdfbbbec (diff)
downloadtwclient-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.rs1
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,