1 /*
2 * The Sciter Engine of Terra Informatica Software, Inc.
3 * http://sciter.com
4 *
5 * The code and information provided "as-is" without
6 * warranty of any kind, either expressed or implied.
7 *
8 *
9 * (C) 2003-2015, Terra Informatica Software, Inc.
10 */
11
12 /*
13 * Sciter main include file
14 */
15
16
17 #ifndef __SCITER_X__
18 #define __SCITER_X__
19
25
26 #if defined(__cplusplus) && !defined( PLAIN_API_ONLY )
27
28 // C++, namespace sciter things
32 //#include "sciter-x-threads.h"
33 #endif
34
35 #endif
36