browser-window-c 0.0.3

FFI bindings for the browser-window crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef BW_BOOL_H
#define BW_BOOL_H



typedef int BOOL;
#define TRUE 1
#define FALSE 0



#endif//BW_BOOL_H