browser-window-ffi 0.4.1

FFI bindings for the browser-window crate.
Documentation
#ifndef BW_WINDOW_IMPL_H
#define BW_WINDOW_IMPL_H



bw_WindowImpl bw_WindowImpl_new(
	const bw_Window* window,
	bw_CStrSlice _title,
	int width, int height,
	const bw_WindowOptions* options
);

void bw_WindowImpl_destroy( bw_Window* window );
void bw_WindowImpl_hide( bw_Window* window );
void bw_WindowImpl_show( bw_Window* window );



#endif//BW_WINDOW_IMPL_H