1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-07-23 17:07: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.
#[derive(Debug, PartialEq)]
#[repr(C)]
pub enum RepositoryType {
/// The base game directory, like "ffxiv".
Base,