mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-20 11:47:46 +00:00
Revert "Explicitly link to unshield library for now"
This reverts commit b7e5f914d5
.
This commit is contained in:
parent
6bf79500b2
commit
2bcbc27e53
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ struct Unshield {
|
|||
_private: [u8; 0],
|
||||
}
|
||||
|
||||
#[link(name = "unshield")]
|
||||
extern "C" {
|
||||
fn unshield_open(filename: *const c_char) -> *mut Unshield;
|
||||
fn unshield_close(unshield: *mut Unshield);
|
||||
|
|
Loading…
Add table
Reference in a new issue