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:
parent
18322a13d2
commit
8c3f848918
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue