← index
cplusplus11.Examples/bin2cpp_memfile/resource/resource.h
Source: cplusplus11.Examples/bin2cpp_memfile/resource/resource.h
#ifndef memfile_hpp__H
#define memfile_hpp__H

#ifdef __cplusplus
extern "C" {
#endif

extern unsigned char memfile_hpp[];
extern unsigned long memfile_hpp_length;

#ifdef __cplusplus
}
#endif



#endif