Files
cup_edit/thermion_flutter/thermion_flutter/windows/flutter_texture_buffer.h

18 lines
365 B
C++

#ifndef _FLUTTER_TEXTURE_BUFFER_H
#define _FLUTTER_TEXTURE_BUFFER_H
#include <flutter/method_channel.h>
#include <flutter/plugin_registrar_windows.h>
#include <flutter/standard_method_codec.h>
#include <flutter/texture_registrar.h>
namespace thermion_flutter {
class FlutterTextureBuffer {
public:
int64_t flutterTextureId = -1;
};
}
#endif