mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-05-03 13:03:54 +00:00
feat(profile): update main.h
This commit is contained in:
parent
fff8941319
commit
d020e6ba36
1 changed files with 3 additions and 6 deletions
|
|
@ -9,12 +9,7 @@
|
||||||
#include "async/queue.h"
|
#include "async/queue.h"
|
||||||
#include "external/d3d9/d3d9.h"
|
#include "external/d3d9/d3d9.h"
|
||||||
|
|
||||||
#include "lua/debug.h"
|
#include "lua/lua.h"
|
||||||
#include "lua/lex.h"
|
|
||||||
#include "lua/object.h"
|
|
||||||
#include "lua/parser.h"
|
|
||||||
#include "lua/state.h"
|
|
||||||
#include "lua/types.h"
|
|
||||||
|
|
||||||
#include "bc/debug/errorstack.h"
|
#include "bc/debug/errorstack.h"
|
||||||
#include "bc/file/fileinfo.h"
|
#include "bc/file/fileinfo.h"
|
||||||
|
|
@ -55,6 +50,7 @@
|
||||||
#include "common/datastore.h"
|
#include "common/datastore.h"
|
||||||
#include "common/handle.h"
|
#include "common/handle.h"
|
||||||
#include "common/instance.h"
|
#include "common/instance.h"
|
||||||
|
#include "common/mempool.h"
|
||||||
#include "common/rcstring.h"
|
#include "common/rcstring.h"
|
||||||
#include "common/refcount.h"
|
#include "common/refcount.h"
|
||||||
#include "common/status.h"
|
#include "common/status.h"
|
||||||
|
|
@ -184,6 +180,7 @@
|
||||||
#include "ui/simpleregion.h"
|
#include "ui/simpleregion.h"
|
||||||
#include "ui/simpletexture.h"
|
#include "ui/simpletexture.h"
|
||||||
#include "ui/simpletop.h"
|
#include "ui/simpletop.h"
|
||||||
|
#include "ui/uiaddon.h"
|
||||||
|
|
||||||
#include "xml/xml.h"
|
#include "xml/xml.h"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue