11 lines
138 B
C
11 lines
138 B
C
#ifndef INC_H
|
|
#define INC_H
|
|
|
|
#if RESOURCES_EMBEDDED
|
|
struct string inc_res_tar(void);
|
|
#endif
|
|
|
|
struct string inc_shaders_tar(void);
|
|
|
|
#endif
|