|
- /* =========================================================================================
-
- This is an auto-generated file: Any edits you make may be overwritten!
-
- */
-
- #ifndef BINARYDATA_INCLUDED
- #define BINARYDATA_INCLUDED
-
- namespace BinaryData
- {
- extern const char* cabbageLogoHBlueText_png;
- const int cabbageLogoHBlueText_pngSize = 7732;
-
- extern const char* logo_cabbage_Black_png;
- const int logo_cabbage_Black_pngSize = 32229;
-
- extern const char* logo_cabbage_black_no_text_png;
- const int logo_cabbage_black_no_text_pngSize = 7710;
-
- // If you provide the name of one of the binary resource variables above, this function will
- // return the corresponding data and its size (or a null pointer if the name isn't found).
- const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes) throw();
- }
-
- #endif
|