Skip to content

Commit

Permalink
Create filesystem.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
eshikafe committed May 31, 2024
1 parent 34e4a43 commit b021eba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions synfig-core/src/filesystem.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pub struct Identifier {
pub filename: String,
}

pub fn fix_slashes(filename: String) -> String {
filename
}

0 comments on commit b021eba

Please sign in to comment.