new solution for the 1.0 release with il2cpp

This commit is contained in:
NukedBart 2025-12-09 12:38:39 +08:00
parent 5db9484b21
commit 2663963bc1
300 changed files with 60138 additions and 21901 deletions

7
battleyent/framework.h Normal file
View file

@ -0,0 +1,7 @@
#pragma once
#define WIN32_LEAN_AND_MEAN // 从 Windows 头文件中排除极少使用的内容
// Windows 头文件
#include <windows.h>
#include <iostream>
#include <vector>