rename plugin from PolyvoxFilament to FlutterFilament

rename plugin from PolyvoxFilament to FlutterFilament
This commit is contained in:
Nick Fisher
2023-10-26 14:05:03 +11:00
parent b42d31a773
commit 8b9e6a2b3a
125 changed files with 1539 additions and 1460 deletions

View File

@@ -1,5 +1,5 @@
#ifndef FLUTTER_PLUGIN_POLYVOX_FILAMENT_PLUGIN_C_API_H_
#define FLUTTER_PLUGIN_POLYVOX_FILAMENT_PLUGIN_C_API_H_
#ifndef FLUTTER_PLUGIN_FLUTTER_FILAMENT_PLUGIN_C_API_H_
#define FLUTTER_PLUGIN_FLUTTER_FILAMENT_PLUGIN_C_API_H_
#include <flutter_plugin_registrar.h>
@@ -13,11 +13,11 @@
extern "C" {
#endif
FLUTTER_PLUGIN_EXPORT void PolyvoxFilamentPluginCApiRegisterWithRegistrar(
FLUTTER_PLUGIN_EXPORT void FlutterFilamentPluginCApiRegisterWithRegistrar(
FlutterDesktopPluginRegistrarRef registrar);
#if defined(__cplusplus)
} // extern "C"
#endif
#endif // FLUTTER_PLUGIN_POLYVOX_FILAMENT_PLUGIN_C_API_H_
#endif // FLUTTER_PLUGIN_FLUTTER_FILAMENT_PLUGIN_C_API_H_