power_play/src/inc.h
2024-02-29 16:01:51 -06:00

11 lines
138 B
C

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