wip remove newtypes
This commit is contained in:
parent
52f6f3f3fe
commit
1a58294f88
14 changed files with 488 additions and 421 deletions
|
|
@ -18,6 +18,7 @@ use std::ptr::NonNull;
|
|||
/// sp_cp437_grid_set(grid, 0, 0, '!');
|
||||
/// sp_cp437_grid_free(grid);
|
||||
/// ```
|
||||
#[repr(transparent)]
|
||||
pub struct SPCp437Grid(pub(crate) servicepoint::Cp437Grid);
|
||||
|
||||
impl Clone for SPCp437Grid {
|
||||
|
|
|
|||
Loading…
Reference in a new issue