AlpacaLibary  1.63
A closed source C++ bot for OSRS
AbstractBufferProvider.hpp
Go to the documentation of this file.
1 #ifndef ABSTRACTBUFFERPROVIDER_HPP_INCLUDED
2 #define ABSTRACTBUFFERPROVIDER_HPP_INCLUDED
3 
4 #include "../JavaClass/Object.hpp"
5 #include "../JavaClass/Class.hpp"
6 #include <cstdint>
7 #include <vector>
8 
9 namespace Internal
10 {
12  {
13  public:
15 
21 
22  static Class GetClass();
23 
24  std::vector<std::int32_t> GetPixels() const;
25 
26  };
27 }
28 
29 #endif // ABSTRACTBUFFERPROVIDER_HPP_INCLUDED
AbstractBufferProvider(const AbstractBufferProvider &Obj)=default
AbstractBufferProvider & operator=(AbstractBufferProvider &&Obj)=default
AbstractBufferProvider(AbstractBufferProvider &&Obj)=default
std::vector< std::int32_t > GetPixels() const
AbstractBufferProvider(const void *Obj)
AbstractBufferProvider & operator=(const AbstractBufferProvider &Obj)=default