15 lines
395 B
C
15 lines
395 B
C
|
#ifndef NULLSOFT_WASABI_PRECOMP_H
|
||
|
#define NULLSOFT_WASABI_PRECOMP_H
|
||
|
|
||
|
#include "wasabicfg.h"
|
||
|
#include "api.h"
|
||
|
#include <bfc/wasabi_std.h>
|
||
|
#include <bfc/string/StringW.h>
|
||
|
#include <bfc/wasabi_std_wnd.h>
|
||
|
#include <bfc/wasabi_std_rect.h>
|
||
|
#include <api/service/waservicefactory.h>
|
||
|
#include <api/script/objcontroller.h>
|
||
|
#include <api/script/scriptobj.h>
|
||
|
#include <api/wnd/wndclass/guiobjwnd.h>
|
||
|
|
||
|
#endif
|