new solution for the 1.0 release with il2cpp
This commit is contained in:
parent
5db9484b21
commit
2663963bc1
300 changed files with 60138 additions and 21901 deletions
11
battleyent/pch.cpp
Normal file
11
battleyent/pch.cpp
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
// pch.cpp: 与预编译标头对应的源文件
|
||||
|
||||
#include "pch.h"
|
||||
|
||||
#include "imgui/imgui.cpp"
|
||||
#include "imgui/imgui_draw.cpp"
|
||||
#include "imgui/imgui_widgets.cpp"
|
||||
#include "imgui/imgui_tables.cpp"
|
||||
#include "imgui/imgui_impl_win32.cpp"
|
||||
#include "imgui/imgui_impl_dx11.cpp"
|
||||
// 当使用预编译的头时,需要使用此源文件,编译才能成功。
|
||||
Loading…
Add table
Add a link
Reference in a new issue