Browse Source

Add blendish resources as cpp file

pull/6/head
falkTX 9 years ago
parent
commit
8eb7184c93
2 changed files with 24830 additions and 0 deletions
  1. +24815
    -0
      dgl/src/oui-blendish/blendish_resources.cpp
  2. +15
    -0
      dgl/src/oui-blendish/blendish_resources.h

+ 24815
- 0
dgl/src/oui-blendish/blendish_resources.cpp
File diff suppressed because it is too large
View File


+ 15
- 0
dgl/src/oui-blendish/blendish_resources.h View File

@@ -0,0 +1,15 @@
/* (Auto-generated binary data file). */
#ifndef BINARY_BLENDISH_RESOURCES_H
#define BINARY_BLENDISH_RESOURCES_H
namespace blendish_resources
{
extern const char* blender_icons16_png;
const unsigned int blender_icons16_png_size = 250706;
extern const char* dejavusans_ttf;
const unsigned int dejavusans_ttf_size = 741536;
};
#endif

Loading…
Cancel
Save