Refactor API_INJECT_CPP_CODE into API_INJECT_CODE to support code injection in other languages

This commit is contained in:
Wojciech Figat
2022-06-14 11:53:31 +02:00
parent 37511c0e6b
commit c6e909c867
15 changed files with 36 additions and 23 deletions

View File

@@ -19,7 +19,7 @@ namespace Flax.Build.Bindings
partial class BindingsGenerator
{
private static readonly Dictionary<string, Type> TypeCache = new Dictionary<string, Type>();
private const int CacheVersion = 13;
private const int CacheVersion = 14;
internal static void Write(BinaryWriter writer, string e)
{