power_play/src/inc.h
2025-05-07 16:57:36 -05:00

9 lines
100 B
C

#ifndef INC_H
#define INC_H
#if RESOURCES_EMBEDDED
struct string inc_res_tar(void);
#endif
#endif