Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
15
Src/Wasabi/precomp.h
Normal file
15
Src/Wasabi/precomp.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
#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
|
Loading…
Add table
Add a link
Reference in a new issue