Add android_native_app_glue.h to be included in engine package
This commit is contained in:
@@ -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"));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user