Skip to content

Commit

Permalink
Merge pull request #219 from jgilchrist/reexport-ffi
Browse files Browse the repository at this point in the history
Explicitly re-export tcod_sys (ffi)
  • Loading branch information
tomassedovic committed May 13, 2016
2 parents e96c5e1 + 9417232 commit e8a9bd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bindings.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pub extern crate tcod_sys as ffi;

extern crate libc;
extern crate tcod_sys as ffi;

pub use std::ffi::CString;
pub use self::libc::{c_char, c_int, c_float, c_uint, c_void, uint8_t};
Expand Down

0 comments on commit e8a9bd0

Please sign in to comment.