browser-window-c 0.3.2

Browser framework functionality for BrowserWindow written in C/C++.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef BW_APPLICATION_EDGE2_H
#define BW_APPLICATION_EDGE2_H

#ifdef __cplusplus
extern "C" {
#endif


typedef struct {
	void* _;
} bw_ApplicationEngineImpl;


#ifdef __cplusplus
}
#endif

#endif//BW_APPLICATION_EDGE2_H