Example of generated embedded resource
#include <Framework/Types.hpp>
using namespace bpf;
extern "C"
{
const char RESOURCE_DATA_<FileNameProcessed>[] = {0x0, 0x0, ...};
const fsize RESOURCE_SIZE_<FileNameProcessed> = 2;
}
WARNING: FileName is not allowed to contain ' ', or that is an error.
WARNING 2: Path must contain */res/* or *\res\* (Maybe not will see when implementing)
FileNameProcessed = FileName.Replace("/", "_").Replace(".", "_")
Example of generated embedded resource
WARNING: FileName is not allowed to contain ' ', or that is an error.
WARNING 2: Path must contain */res/* or *\res\* (Maybe not will see when implementing)