rtengine/src/tools/assetc/utils.h
2023-11-24 00:43:35 +01:00

7 lines
101 B
C

#ifndef VY_ASSETC_UTILS_H
#define VY_ASSETC_UTILS_H
size_t vyGetFileSize(const char *path);
#endif