1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-07-24 01:17:46 +00:00

Make RepositoryType repr(C)

This commit is contained in:
Joshua Goins 2022-08-09 21:52:07 -04:00
parent 18322a13d2
commit 8c3f848918

View file

@ -6,6 +6,7 @@ use crate::repository::RepositoryType::{Base, Expansion};
/// The type of repository, discerning game data from expansion data. /// The type of repository, discerning game data from expansion data.
#[derive(Debug, PartialEq)] #[derive(Debug, PartialEq)]
#[repr(C)]
pub enum RepositoryType { pub enum RepositoryType {
/// The base game directory, like "ffxiv". /// The base game directory, like "ffxiv".
Base, Base,