Add android_native_app_glue.h to be included in engine package

This commit is contained in:
Wojtek Figat
2023-09-27 11:31:52 +02:00
parent bff9c3419d
commit e5e37f3a41

View File

@@ -81,5 +81,6 @@ public class Main : EngineModule
/// <inheritdoc />
public override void GetFilesToDeploy(List<string> files)
{
files.Add(Path.Combine(FolderPath, "Android/android_native_app_glue.h"));
}
}