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:
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.
|
/// 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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue