1 2 3 4 5 6 7
#ifndef RESOURCES_HPP_SENTRY #define RESOURCES_HPP_SENTRY extern unsigned char image_data[]; extern int image_sizes[]; #endif