file_icon.h 228 B

123456
  1. #include <windows.h>
  2. #include <vector>
  3. #include <string>
  4. std::vector<unsigned char> GetIcon(const std::string &name, int size, UINT flag);
  5. bool SaveIcon(const std::string &name, const std::string &pngName, int size, UINT flag);