browser-window-ffi 0.4.1

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


#ifdef __cplusplus
extern "C" {
#endif



#include "assert.h"
#include "debug.h"



#define UNUSED( X ) \

	(void)( X );



#ifdef __cplusplus
} // extern "C"
#endif

#endif//BW_COMMON_H