Clean up build a little bit #15
@@ -378,6 +378,8 @@ void W_InitNotificationCenter(void);
|
||||
|
||||
void W_ReleaseNotificationCenter(void);
|
||||
|
||||
void W_ClearNotificationCenter(void);
|
||||
|
||||
|
||||
/* ---[ selection.c ]----------------------------------------------------- */
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
use std::{
|
||||
ffi::{c_char, c_int, CStr},
|
||||
iter, mem, ptr, slice,
|
||||
mem, ptr, slice,
|
||||
};
|
||||
|
||||
use crate::memory::{alloc_bytes, alloc_string, ffi::wrealloc, free_bytes};
|
||||
|
||||
Reference in New Issue
Block a user