BinaryData.h 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. /* =========================================================================================
  2. This is an auto-generated file: Any edits you make may be overwritten!
  3. */
  4. #ifndef BINARYDATA_H_6614346_INCLUDED
  5. #define BINARYDATA_H_6614346_INCLUDED
  6. namespace BinaryData
  7. {
  8. extern const char* avcasterlogo48_png;
  9. const int avcasterlogo48_pngSize = 9439;
  10. extern const char* avcasterlogo128_png;
  11. const int avcasterlogo128_pngSize = 65933;
  12. extern const char* confighover_png;
  13. const int confighover_pngSize = 4254;
  14. extern const char* configpushed_png;
  15. const int configpushed_pngSize = 4254;
  16. extern const char* config_png;
  17. const int config_pngSize = 2129;
  18. // Points to the start of a list of resource names.
  19. extern const char* namedResourceList[];
  20. // Number of elements in the namedResourceList array.
  21. const int namedResourceListSize = 5;
  22. // If you provide the name of one of the binary resource variables above, this function will
  23. // return the corresponding data and its size (or a null pointer if the name isn't found).
  24. const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes) throw();
  25. }
  26. #endif